#11DD90

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

Shades of Caribbean Green #11DD90

Tints of Caribbean Green #11DD90

Color information

#11DD90 (or 0x11DD90) is unknown color: approx Caribbean Green. HEX triplet: 11, DD and 90. RGB value is (17,221,144). Sum of RGB (Red+Green+Blue) = 17+221+144=382 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.45% from 382); Green value is 221 (86.72% from 255 or 57.85% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 221 - color contains mainly: green. Hex color #11DD90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DD90 is #EE226F. Grayscale: #979797. Windows color (decimal): -15606384 or 9493777. OLE color: 9493777.

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

Color convert

RGB17221144-
CMYK0.9200.350.13
HSL157.35º85.71%46.67%-
HSV(B)157.35º92.31%86.67%-
XYZ31.1253.8535.14-
YUV151.23123.9132.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.45%
GREEN value IS 221 (86.72% from 255) = 57.85%
BLUE value IS 144 (56.64% from 255) = 37.70%
R=4.45%
G=57.85%
B=37.70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal172211440.9200.350.13157.3585.7146.67
Hex11DD905C023D9d562f
Octal213352201340431523512657
Binary100011101110110010000101110001000111101100111011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11DD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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