Shades of Caribbean Green #09CAA2
Tints of Caribbean Green #09CAA2
RGB
CMYK
RGB Variations
Color information
#09CAA2 (or 0x09CAA2) is known color: Caribbean Green. HEX triplet: 09, CA and A2. RGB value is (9,202,162). Sum of RGB (Red+Green+Blue) = 9+202+162=373 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 373); Green value is 202 (79.30% from 255 or 54.16% from 373); Blue value is 162 (63.67% from 255 or 43.43% from 373); Max value from RGB is 202 - color contains mainly: green. Hex color #09CAA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CAA2 is #F6355D. Grayscale: #8B8B8B. Windows color (decimal): -16135518 or 10668553. OLE color: 10668553.
HSL color Cylindrical-coordinate representation of color #09CAA2: hue angle of 167.56º 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 #09CAA2 is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 202 | 162 | - |
| CMYK | 0.96 | 0 | 0.20 | 0.21 |
| HSL | 167.56º | 0.91% | 0.41% | - |
| HSV(B) | 167.56º | 0.96% | 0.79% | - |
| XYZ | 27.75 | 44.91 | 41.39 | - |
| YUV | 139.73 | 140.56 | 34.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 202 | 162 | 0.96 | 0 | 0.20 | 0.21 | 167.56 | 0.91 | 0.41 |
| Hex | 9 | CA | A2 | 60 | 0 | 14 | 15 | A8 | 5B | 29 |
| Octal | 11 | 312 | 242 | 140 | 0 | 24 | 25 | 250 | 133 | 51 |
| Binary | 1001 | 11001010 | 10100010 | 1100000 | 0 | 10100 | 10101 | 10101000 | 1011011 | 101001 |
Color Harmonies of #09CAA2
Complementary color
Monochromatic Colors of #09CAA2
Black with #09CAA2
Text Example
Text Example
White with #09CAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CAA2; }
p { color: rgb(9,202,162); }
H1.HeaderClassName
{
color: #09CAA2;
}
.AnyTagClassName
{
color: #09CAA2;
}
</style>
background-color css
<style>
a { background-color: #09CAA2; }
a { background-color: rgb(9,202,162); }
div.DivClassName
{
background-color: #09CAA2;
}
.BgClassName
{
background-color: #09CAA2;
}
</style>
border-color css
<style>
span { border-color: #09CAA2; }
span { border-color: rgb(9,202,162); }
td.TdClassName
{
border-color: #09CAA2;
}
.TagClassName
{
border-color: #09CAA2;
}
</style>