#11DDB2

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

Shades of Caribbean Green #11DDB2

Tints of Caribbean Green #11DDB2

Color information

#11DDB2 (or 0x11DDB2) is unknown color: approx Caribbean Green. HEX triplet: 11, DD and B2. RGB value is (17,221,178). Sum of RGB (Red+Green+Blue) = 17+221+178=416 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.09% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 178 (69.92% from 255 or 42.79% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #11DDB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DDB2 is #EE224D. Grayscale: #9B9B9B. Windows color (decimal): -15606350 or 11722001. OLE color: 11722001.

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

Color convert

RGB17221178-
CMYK0.9200.190.13
HSL167.35º85.71%46.67%-
HSV(B)167.35º92.31%86.67%-
XYZ34.1255.0550.95-
YUV155.1140.9129.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.09%
GREEN value IS 221 (86.72% from 255) = 53.12%
BLUE value IS 178 (69.92% from 255) = 42.79%
R=4.09%
G=53.12%
B=42.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal172211780.9200.190.13167.3585.7146.67
Hex11DDB25C013Da7562f
Octal213352621340231524712657
Binary10001110111011011001010111000100111101101001111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11DDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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