#11D091

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

Shades of Caribbean Green #11D091

Tints of Caribbean Green #11D091

Color information

#11D091 (or 0x11D091) is unknown color: approx Caribbean Green. HEX triplet: 11, D0 and 91. RGB value is (17,208,145). Sum of RGB (Red+Green+Blue) = 17+208+145=370 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.59% from 370); Green value is 208 (81.64% from 255 or 56.22% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 208 - color contains mainly: green. Hex color #11D091 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11D091 is #EE2F6E. Grayscale: #8F8F8F. Windows color (decimal): -15609711 or 9555985. OLE color: 9555985.

HSL color Cylindrical-coordinate representation of color #11D091: hue angle of 160.21º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D091 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB17208145-
CMYK0.9200.300.18
HSL160.21º84.89%44.12%-
HSV(B)160.21º91.83%81.57%-
XYZ27.947.2834.44-
YUV143.71128.7237.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.59%
GREEN value IS 208 (81.64% from 255) = 56.22%
BLUE value IS 145 (57.03% from 255) = 39.19%
R=4.59%
G=56.22%
B=39.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal172081450.9200.300.18160.2184.8944.12
Hex11D0915C01E12a0552c
Octal213202211340362224012554
Binary100011101000010010001101110001111010010101000001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11D091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,208,145); }

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

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

 a { background-color: rgb(17,208,145); }

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

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

 span { border-color: rgb(17,208,145); }

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