#11DEB2

Color #11DEB2 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #11DEB2

Tints of Caribbean Green #11DEB2

Color information

#11DEB2 (or 0x11DEB2) is unknown color: approx Caribbean Green. HEX triplet: 11, DE and B2. RGB value is (17,222,178). Sum of RGB (Red+Green+Blue) = 17+222+178=417 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.08% from 417); Green value is 222 (87.11% from 255 or 53.24% from 417); Blue value is 178 (69.92% from 255 or 42.69% from 417); Max value from RGB is 222 - color contains mainly: green. Hex color #11DEB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DEB2 is #EE214D. Grayscale: #9B9B9B. Windows color (decimal): -15606094 or 11722257. OLE color: 11722257.

HSL color Cylindrical-coordinate representation of color #11DEB2: hue angle of 167.12º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DEB2 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB17222178-
CMYK0.9200.200.13
HSL167.12º85.77%46.86%-
HSV(B)167.12º92.34%87.06%-
XYZ34.3955.5851.03-
YUV155.69140.5829.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.08%
GREEN value IS 222 (87.11% from 255) = 53.24%
BLUE value IS 178 (69.92% from 255) = 42.69%
R=4.08%
G=53.24%
B=42.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal172221780.9200.200.13167.1285.7746.86
Hex11DEB25C014Da7562f
Octal213362621340241524712657
Binary10001110111101011001010111000101001101101001111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11DEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,222,178); }

 H1.HeaderClassName
 {
   color: #11DEB2;
 }
 .AnyTagClassName
 {
   color: #11DEB2;
 }
</style>
background-color css

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

 a { background-color: rgb(17,222,178); }

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

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

 span { border-color: rgb(17,222,178); }

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