Html Css Color HEX #09CCA2 Caribbean Green

📋 copy color: '#09CCA2'

red 9 ◦ green 204 ◦ blue 162

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

Shades of Caribbean Green #09CCA2

Tints of Caribbean Green #09CCA2

RGB

 RED value IS 9 (3.91% from 255) = 2.4%

 GREEN value IS 204 (80.08% from 255) = 54.4%

 BLUE value IS 162 (63.67% from 255) = 43.2%

R = 2.4%
G = 54.4%
B = 43.2%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#09CCA2 (or 0x09CCA2) is known color: Caribbean Green. HEX triplet: 09, CC and A2. RGB value is (9,204,162). Sum of RGB (Red+Green+Blue) = 9+204+162=375 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.4% from 375); Green value is 204 (80.08% from 255 or 54.4% from 375); Blue value is 162 (63.67% from 255 or 43.2% from 375); Max value from RGB is 204 - color contains mainly: green. Hex color #09CCA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CCA2 is #F6335D. Grayscale: #8C8C8C. Windows color (decimal): -16135006 or 10669065. OLE color: 10669065.

HSL color Cylindrical-coordinate representation of color #09CCA2: hue angle of 167.08º 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 #09CCA2 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB 9 204 162 -
CMYK 0.96 0 0.21 0.2
HSL 167.08º 0.92% 0.42% -
HSV(B) 167.08º 0.96% 0.8% -
XYZ 28.23 45.85 41.55 -
YUV 140.91 139.9 33.92 -
System Red Green Blue C M Y K H S L
Decimal 9 204 162 0.96 0 0.21 0.2 167.08 0.92 0.42
Hex 9 CC A2 60 0 15 14 A7 5C 2A
Octal 11 314 242 140 0 25 24 247 134 52
Binary 1001 11001100 10100010 1100000 0 10101 10100 10100111 1011100 101010

Color Harmonies of #09CCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CCA2

Black with #09CCA2

Text Example


Text Example

White with #09CCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09CCA2;
 }
 .AnyTagClassName
 {
   color: #09CCA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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