Html Css Color HEX #11CEB0 Caribbean Green

📋 copy color: '#11CEB0'

red 17 ◦ green 206 ◦ blue 176

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

Shades of Caribbean Green #11CEB0

Tints of Caribbean Green #11CEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44.11%

R = 4.26%
G = 51.63%
B = 44.11%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#11CEB0 (or 0x11CEB0) is known color: Caribbean Green. HEX triplet: 11, CE and B0. RGB value is (17,206,176). Sum of RGB (Red+Green+Blue) = 17+206+176=399 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.26% from 399); Green value is 206 (80.86% from 255 or 51.63% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 206 - color contains mainly: green. Hex color #11CEB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11CEB0 is #EE314F. Grayscale: #929292. Windows color (decimal): -15610192 or 11587089. OLE color: 11587089.

HSL color Cylindrical-coordinate representation of color #11CEB0: hue angle of 170.48º 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 #11CEB0 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 206 176 -
CMYK 0.92 0 0.15 0.19
HSL 170.48º 0.85% 0.44% -
HSV(B) 170.48º 0.92% 0.81% -
XYZ 30.14 47.4 48.63 -
YUV 146.07 144.88 35.94 -
System Red Green Blue C M Y K H S L
Decimal 17 206 176 0.92 0 0.15 0.19 170.48 0.85 0.44
Hex 11 CE B0 5C 0 F 13 AA 55 2C
Octal 21 316 260 134 0 17 23 252 125 54
Binary 10001 11001110 10110000 1011100 0 1111 10011 10101010 1010101 101100

Color Harmonies of #11CEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CEB0

Black with #11CEB0

Text Example


Text Example

White with #11CEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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