#09CCAA

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

Shades of Caribbean Green #09CCAA

Tints of Caribbean Green #09CCAA

Color information

#09CCAA (or 0x09CCAA) is unknown color: approx Caribbean Green. HEX triplet: 09, CC and AA. RGB value is (9,204,170). Sum of RGB (Red+Green+Blue) = 9+204+170=383 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.35% from 383); Green value is 204 (80.08% from 255 or 53.26% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 204 - color contains mainly: green. Hex color #09CCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CCAA is #F63355. Grayscale: #8D8D8D. Windows color (decimal): -16134998 or 11193353. OLE color: 11193353.

HSL color Cylindrical-coordinate representation of color #09CCAA: hue angle of 169.54º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CCAA is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB9204170-
CMYK0.9600.170.2
HSL169.54º91.55%41.76%-
HSV(B)169.54º95.59%80%-
XYZ28.9646.1545.41-
YUV141.82143.933.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.35%
GREEN value IS 204 (80.08% from 255) = 53.26%
BLUE value IS 170 (66.80% from 255) = 44.39%
R=2.35%
G=53.26%
B=44.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal92041700.9600.170.2169.5491.5541.76
Hex9CCAA6001114aa5c2a
Octal113142521400212425213452
Binary10011100110010101010110000001000110100101010101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09CCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09CCAA; }

 p { color: rgb(9,204,170); }

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

<style>
 a { background-color: #09CCAA; }

 a { background-color: rgb(9,204,170); }

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

<style>
 span { border-color: #09CCAA; }

 span { border-color: rgb(9,204,170); }

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