Html Css Color HEX #09CCAA Caribbean Green

📋 copy color: '#09CCAA'

red 9 ◦ green 204 ◦ blue 170

#09CCAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #09CCAA

Tints of Caribbean Green #09CCAA

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.8% from 255) = 44.39%

R = 2.35%
G = 53.26%
B = 44.39%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#09CCAA (or 0x09CCAA) is known color: 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

RGB 9 204 170 -
CMYK 0.96 0 0.17 0.2
HSL 169.54º 0.92% 0.42% -
HSV(B) 169.54º 0.96% 0.8% -
XYZ 28.96 46.15 45.41 -
YUV 141.82 143.9 33.26 -
System Red Green Blue C M Y K H S L
Decimal 9 204 170 0.96 0 0.17 0.2 169.54 0.92 0.42
Hex 9 CC AA 60 0 11 14 AA 5C 2A
Octal 11 314 252 140 0 21 24 252 134 52
Binary 1001 11001100 10101010 1100000 0 10001 10100 10101010 1011100 101010

Color Harmonies of #09CCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CCAA

Black with #09CCAA

Text Example


Text Example

White with #09CCAA

Text Example


Text Example

HTML Codes & Css Web 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>