Html Css Color HEX #09CAA0 Caribbean Green

📋 copy color: '#09CAA0'

red 9 ◦ green 202 ◦ blue 160

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

Shades of Caribbean Green #09CAA0

Tints of Caribbean Green #09CAA0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 54.45%

 BLUE value IS 160 (62.89% from 255) = 43.13%

R = 2.43%
G = 54.45%
B = 43.13%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#09CAA0 (or 0x09CAA0) is known color: Caribbean Green. HEX triplet: 09, CA and A0. RGB value is (9,202,160). Sum of RGB (Red+Green+Blue) = 9+202+160=371 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 371); Green value is 202 (79.30% from 255 or 54.45% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 202 - color contains mainly: green. Hex color #09CAA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CAA0 is #F6355F. Grayscale: #8B8B8B. Windows color (decimal): -16135520 or 10537481. OLE color: 10537481.

HSL color Cylindrical-coordinate representation of color #09CAA0: hue angle of 166.94º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CAA0 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 202 160 -
CMYK 0.96 0 0.21 0.21
HSL 166.94º 0.91% 0.41% -
HSV(B) 166.94º 0.96% 0.79% -
XYZ 27.58 44.84 40.46 -
YUV 139.51 139.56 34.92 -
System Red Green Blue C M Y K H S L
Decimal 9 202 160 0.96 0 0.21 0.21 166.94 0.91 0.41
Hex 9 CA A0 60 0 15 15 A7 5B 29
Octal 11 312 240 140 0 25 25 247 133 51
Binary 1001 11001010 10100000 1100000 0 10101 10101 10100111 1011011 101001

Color Harmonies of #09CAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CAA0

Black with #09CAA0

Text Example


Text Example

White with #09CAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,202,160); }

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

background-color css

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

 a { background-color: rgb(9,202,160); }

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

border-color css

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

 span { border-color: rgb(9,202,160); }

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