#11C999

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

Shades of Caribbean Green #11C999

Tints of Caribbean Green #11C999

Color information

#11C999 (or 0x11C999) is unknown color: approx Caribbean Green. HEX triplet: 11, C9 and 99. RGB value is (17,201,153). Sum of RGB (Red+Green+Blue) = 17+201+153=371 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.58% from 371); Green value is 201 (78.91% from 255 or 54.18% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 201 - color contains mainly: green. Hex color #11C999 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C999 is #EE3666. Grayscale: #8C8C8C. Windows color (decimal): -15611495 or 10078481. OLE color: 10078481.

HSL color Cylindrical-coordinate representation of color #11C999: hue angle of 164.35º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11C999 is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB17201153-
CMYK0.9200.240.21
HSL164.35º84.4%42.75%-
HSV(B)164.35º91.54%78.82%-
XYZ26.8744.1937.25-
YUV140.51135.0439.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.58%
GREEN value IS 201 (78.91% from 255) = 54.18%
BLUE value IS 153 (60.16% from 255) = 41.24%
R=4.58%
G=54.18%
B=41.24%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172011530.9200.240.21164.3584.442.75
Hex11C9995C01815a4542b
Octal213112311340302524412453
Binary100011100100110011001101110001100010101101001001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,201,153); }

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

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

 a { background-color: rgb(17,201,153); }

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

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

 span { border-color: rgb(17,201,153); }

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