Html Css Color HEX #11CEAB Caribbean Green

📋 copy color: '#11CEAB'

red 17 ◦ green 206 ◦ blue 171

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

Shades of Caribbean Green #11CEAB

Tints of Caribbean Green #11CEAB

RGB

 RED value IS 17 (7.03% from 255) = 4.31%

 GREEN value IS 206 (80.86% from 255) = 52.28%

 BLUE value IS 171 (67.19% from 255) = 43.4%

R = 4.31%
G = 52.28%
B = 43.4%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#11CEAB (or 0x11CEAB) is known color: Caribbean Green. HEX triplet: 11, CE and AB. RGB value is (17,206,171). Sum of RGB (Red+Green+Blue) = 17+206+171=394 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.31% from 394); Green value is 206 (80.86% from 255 or 52.28% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 206 - color contains mainly: green. Hex color #11CEAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11CEAB is #EE3154. Grayscale: #919191. Windows color (decimal): -15610197 or 11259409. OLE color: 11259409.

HSL color Cylindrical-coordinate representation of color #11CEAB: hue angle of 168.89º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CEAB is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 206 171 -
CMYK 0.92 0 0.17 0.19
HSL 168.89º 0.85% 0.44% -
HSV(B) 168.89º 0.92% 0.81% -
XYZ 29.65 47.2 46.08 -
YUV 145.5 142.38 36.35 -
System Red Green Blue C M Y K H S L
Decimal 17 206 171 0.92 0 0.17 0.19 168.89 0.85 0.44
Hex 11 CE AB 5C 0 11 13 A9 55 2C
Octal 21 316 253 134 0 21 23 251 125 54
Binary 10001 11001110 10101011 1011100 0 10001 10011 10101001 1010101 101100

Color Harmonies of #11CEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CEAB

Black with #11CEAB

Text Example


Text Example

White with #11CEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11CEAB; }

 p { color: rgb(17,206,171); }

 H1.HeaderClassName
 {
   color: #11CEAB;
 }
 .AnyTagClassName
 {
   color: #11CEAB;
 }
</style>

background-color css

<style>
 a { background-color: #11CEAB; }

 a { background-color: rgb(17,206,171); }

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

border-color css

<style>
 span { border-color: #11CEAB; }

 span { border-color: rgb(17,206,171); }

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