Shades of Caribbean Green #08CA9F
Tints of Caribbean Green #08CA9F
RGB
CMYK
RGB Variations
Color information
#08CA9F (or 0x08CA9F) is known color: Caribbean Green. HEX triplet: 08, CA and 9F. RGB value is (8,202,159). Sum of RGB (Red+Green+Blue) = 8+202+159=369 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 369); Green value is 202 (79.30% from 255 or 54.74% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 202 - color contains mainly: green. Hex color #08CA9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CA9F is #F73560. Grayscale: #8B8B8B. Windows color (decimal): -16201057 or 10471944. OLE color: 10471944.
HSL color Cylindrical-coordinate representation of color #08CA9F: hue angle of 166.7º degrees, saturation: 0.92, 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 #08CA9F is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 202 | 159 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.21 |
| HSL | 166.7º | 0.92% | 0.41% | - |
| HSV(B) | 166.7º | 0.96% | 0.79% | - |
| XYZ | 27.48 | 44.8 | 40 | - |
| YUV | 139.09 | 139.23 | 34.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 202 | 159 | 0.96 | 0 | 0.21 | 0.21 | 166.7 | 0.92 | 0.41 |
| Hex | 8 | CA | 9F | 60 | 0 | 15 | 15 | A7 | 5C | 29 |
| Octal | 10 | 312 | 237 | 140 | 0 | 25 | 25 | 247 | 134 | 51 |
| Binary | 1000 | 11001010 | 10011111 | 1100000 | 0 | 10101 | 10101 | 10100111 | 1011100 | 101001 |
Color Harmonies of #08CA9F
Complementary color
Monochromatic Colors of #08CA9F
Black with #08CA9F
Text Example
Text Example
White with #08CA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CA9F; }
p { color: rgb(8,202,159); }
H1.HeaderClassName
{
color: #08CA9F;
}
.AnyTagClassName
{
color: #08CA9F;
}
</style>
background-color css
<style>
a { background-color: #08CA9F; }
a { background-color: rgb(8,202,159); }
div.DivClassName
{
background-color: #08CA9F;
}
.BgClassName
{
background-color: #08CA9F;
}
</style>
border-color css
<style>
span { border-color: #08CA9F; }
span { border-color: rgb(8,202,159); }
td.TdClassName
{
border-color: #08CA9F;
}
.TagClassName
{
border-color: #08CA9F;
}
</style>