#11DDA4

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

Shades of Caribbean Green #11DDA4

Tints of Caribbean Green #11DDA4

Color information

#11DDA4 (or 0x11DDA4) is unknown color: approx Caribbean Green. HEX triplet: 11, DD and A4. RGB value is (17,221,164). Sum of RGB (Red+Green+Blue) = 17+221+164=402 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.23% from 402); Green value is 221 (86.72% from 255 or 54.98% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 221 - color contains mainly: green. Hex color #11DDA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DDA4 is #EE225B. Grayscale: #999999. Windows color (decimal): -15606364 or 10804497. OLE color: 10804497.

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

Color convert

RGB17221164-
CMYK0.9200.260.13
HSL163.24º85.71%46.67%-
HSV(B)163.24º92.31%86.67%-
XYZ32.7954.5143.92-
YUV153.51133.9130.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.23%
GREEN value IS 221 (86.72% from 255) = 54.98%
BLUE value IS 164 (64.45% from 255) = 40.80%
R=4.23%
G=54.98%
B=40.80%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal172211640.9200.260.13163.2485.7146.67
Hex11DDA45C01ADa3562f
Octal213352441340321524312657
Binary10001110111011010010010111000110101101101000111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11DDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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