Shades of Caribbean Green #09CAA4
Tints of Caribbean Green #09CAA4
RGB
CMYK
RGB Variations
Color information
#09CAA4 (or 0x09CAA4) is known color: Caribbean Green. HEX triplet: 09, CA and A4. RGB value is (9,202,164). Sum of RGB (Red+Green+Blue) = 9+202+164=375 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.4% from 375); Green value is 202 (79.30% from 255 or 53.87% from 375); Blue value is 164 (64.45% from 255 or 43.73% from 375); Max value from RGB is 202 - color contains mainly: green. Hex color #09CAA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CAA4 is #F6355B. Grayscale: #8B8B8B. Windows color (decimal): -16135516 or 10799625. OLE color: 10799625.
HSL color Cylindrical-coordinate representation of color #09CAA4: hue angle of 168.19º 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 #09CAA4 is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 202 | 164 | - |
| CMYK | 0.96 | 0 | 0.19 | 0.21 |
| HSL | 168.19º | 0.91% | 0.41% | - |
| HSV(B) | 168.19º | 0.96% | 0.79% | - |
| XYZ | 27.93 | 44.98 | 42.33 | - |
| YUV | 139.96 | 141.56 | 34.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 202 | 164 | 0.96 | 0 | 0.19 | 0.21 | 168.19 | 0.91 | 0.41 |
| Hex | 9 | CA | A4 | 60 | 0 | 13 | 15 | A8 | 5B | 29 |
| Octal | 11 | 312 | 244 | 140 | 0 | 23 | 25 | 250 | 133 | 51 |
| Binary | 1001 | 11001010 | 10100100 | 1100000 | 0 | 10011 | 10101 | 10101000 | 1011011 | 101001 |
Color Harmonies of #09CAA4
Complementary color
Monochromatic Colors of #09CAA4
Black with #09CAA4
Text Example
Text Example
White with #09CAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CAA4; }
p { color: rgb(9,202,164); }
H1.HeaderClassName
{
color: #09CAA4;
}
.AnyTagClassName
{
color: #09CAA4;
}
</style>
background-color css
<style>
a { background-color: #09CAA4; }
a { background-color: rgb(9,202,164); }
div.DivClassName
{
background-color: #09CAA4;
}
.BgClassName
{
background-color: #09CAA4;
}
</style>
border-color css
<style>
span { border-color: #09CAA4; }
span { border-color: rgb(9,202,164); }
td.TdClassName
{
border-color: #09CAA4;
}
.TagClassName
{
border-color: #09CAA4;
}
</style>