#11CA99

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

Shades of Caribbean Green #11CA99

Tints of Caribbean Green #11CA99

Color information

#11CA99 (or 0x11CA99) is unknown color: approx Caribbean Green. HEX triplet: 11, CA and 99. RGB value is (17,202,153). Sum of RGB (Red+Green+Blue) = 17+202+153=372 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.57% from 372); Green value is 202 (79.30% from 255 or 54.30% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 202 - color contains mainly: green. Hex color #11CA99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11CA99 is #EE3566. Grayscale: #8D8D8D. Windows color (decimal): -15611239 or 10078737. OLE color: 10078737.

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

Color convert

RGB17202153-
CMYK0.9200.240.21
HSL164.11º84.47%42.94%-
HSV(B)164.11º91.58%79.22%-
XYZ27.144.6637.33-
YUV141.1134.7139.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.57%
GREEN value IS 202 (79.30% from 255) = 54.30%
BLUE value IS 153 (60.16% from 255) = 41.13%
R=4.57%
G=54.30%
B=41.13%

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
Decimal172021530.9200.240.21164.1184.4742.94
Hex11CA995C01815a4542b
Octal213122311340302524412453
Binary100011100101010011001101110001100010101101001001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11CA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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