Shades of Caribbean Green #09CAA1
Tints of Caribbean Green #09CAA1
RGB
CMYK
RGB Variations
Color information
#09CAA1 (or 0x09CAA1) is known color: Caribbean Green. HEX triplet: 09, CA and A1. RGB value is (9,202,161). Sum of RGB (Red+Green+Blue) = 9+202+161=372 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.42% from 372); Green value is 202 (79.30% from 255 or 54.30% from 372); Blue value is 161 (63.28% from 255 or 43.28% from 372); Max value from RGB is 202 - color contains mainly: green. Hex color #09CAA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CAA1 is #F6355E. Grayscale: #8B8B8B. Windows color (decimal): -16135519 or 10603017. OLE color: 10603017.
HSL color Cylindrical-coordinate representation of color #09CAA1: hue angle of 167.25º 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 #09CAA1 is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 202 | 161 | - |
| CMYK | 0.96 | 0 | 0.20 | 0.21 |
| HSL | 167.25º | 0.91% | 0.41% | - |
| HSV(B) | 167.25º | 0.96% | 0.79% | - |
| XYZ | 27.67 | 44.87 | 40.92 | - |
| YUV | 139.62 | 140.06 | 34.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 202 | 161 | 0.96 | 0 | 0.20 | 0.21 | 167.25 | 0.91 | 0.41 |
| Hex | 9 | CA | A1 | 60 | 0 | 14 | 15 | A7 | 5B | 29 |
| Octal | 11 | 312 | 241 | 140 | 0 | 24 | 25 | 247 | 133 | 51 |
| Binary | 1001 | 11001010 | 10100001 | 1100000 | 0 | 10100 | 10101 | 10100111 | 1011011 | 101001 |
Color Harmonies of #09CAA1
Complementary color
Monochromatic Colors of #09CAA1
Black with #09CAA1
Text Example
Text Example
White with #09CAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CAA1; }
p { color: rgb(9,202,161); }
H1.HeaderClassName
{
color: #09CAA1;
}
.AnyTagClassName
{
color: #09CAA1;
}
</style>
background-color css
<style>
a { background-color: #09CAA1; }
a { background-color: rgb(9,202,161); }
div.DivClassName
{
background-color: #09CAA1;
}
.BgClassName
{
background-color: #09CAA1;
}
</style>
border-color css
<style>
span { border-color: #09CAA1; }
span { border-color: rgb(9,202,161); }
td.TdClassName
{
border-color: #09CAA1;
}
.TagClassName
{
border-color: #09CAA1;
}
</style>