Html Css Color HEX #10DEAC Caribbean Green

📋 copy color: '#10DEAC'

red 16 ◦ green 222 ◦ blue 172

#10DEAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #10DEAC

Tints of Caribbean Green #10DEAC

RGB

 RED value IS 16 (6.64% from 255) = 3.9%

 GREEN value IS 222 (87.11% from 255) = 54.15%

 BLUE value IS 172 (67.58% from 255) = 41.95%

R = 3.9%
G = 54.15%
B = 41.95%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#10DEAC (or 0x10DEAC) is known color: Caribbean Green. HEX triplet: 10, DE and AC. RGB value is (16,222,172). Sum of RGB (Red+Green+Blue) = 16+222+172=410 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.90% from 410); Green value is 222 (87.11% from 255 or 54.15% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 222 - color contains mainly: green. Hex color #10DEAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DEAC is #EF2153. Grayscale: #9A9A9A. Windows color (decimal): -15671636 or 11329040. OLE color: 11329040.

HSL color Cylindrical-coordinate representation of color #10DEAC: hue angle of 165.44º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DEAC is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 222 172 -
CMYK 0.93 0 0.23 0.13
HSL 165.44º 0.87% 0.47% -
HSV(B) 165.44º 0.93% 0.87% -
XYZ 33.78 55.33 47.93 -
YUV 154.71 137.75 29.07 -
System Red Green Blue C M Y K H S L
Decimal 16 222 172 0.93 0 0.23 0.13 165.44 0.87 0.47
Hex 10 DE AC 5D 0 17 D A5 57 2F
Octal 20 336 254 135 0 27 15 245 127 57
Binary 10000 11011110 10101100 1011101 0 10111 1101 10100101 1010111 101111

Color Harmonies of #10DEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DEAC

Black with #10DEAC

Text Example


Text Example

White with #10DEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10DEAC; }

 p { color: rgb(16,222,172); }

 H1.HeaderClassName
 {
   color: #10DEAC;
 }
 .AnyTagClassName
 {
   color: #10DEAC;
 }
</style>

background-color css

<style>
 a { background-color: #10DEAC; }

 a { background-color: rgb(16,222,172); }

 div.DivClassName
 {
   background-color: #10DEAC;
 }
 .BgClassName
 {
   background-color: #10DEAC;
 }
</style>

border-color css

<style>
 span { border-color: #10DEAC; }

 span { border-color: rgb(16,222,172); }

 td.TdClassName
 {
   border-color: #10DEAC;
 }
 .TagClassName
 {
   border-color: #10DEAC;
 }
</style>