Shades of Caribbean Green #08CA81
Tints of Caribbean Green #08CA81
RGB
CMYK
RGB Variations
Color information
#08CA81 (or 0x08CA81) is known color: Caribbean Green. HEX triplet: 08, CA and 81. RGB value is (8,202,129). Sum of RGB (Red+Green+Blue) = 8+202+129=339 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.36% from 339); Green value is 202 (79.30% from 255 or 59.59% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 202 - color contains mainly: green. Hex color #08CA81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CA81 is #F7357E. Grayscale: #878787. Windows color (decimal): -16201087 or 8505864. OLE color: 8505864.
HSL color Cylindrical-coordinate representation of color #08CA81: hue angle of 157.42º 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 #08CA81 is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 202 | 129 | - |
| CMYK | 0.96 | 0 | 0.36 | 0.21 |
| HSL | 157.42º | 0.92% | 0.41% | - |
| HSV(B) | 157.42º | 0.96% | 0.79% | - |
| XYZ | 25.18 | 43.88 | 27.91 | - |
| YUV | 135.67 | 124.23 | 36.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 202 | 129 | 0.96 | 0 | 0.36 | 0.21 | 157.42 | 0.92 | 0.41 |
| Hex | 8 | CA | 81 | 60 | 0 | 24 | 15 | 9D | 5C | 29 |
| Octal | 10 | 312 | 201 | 140 | 0 | 44 | 25 | 235 | 134 | 51 |
| Binary | 1000 | 11001010 | 10000001 | 1100000 | 0 | 100100 | 10101 | 10011101 | 1011100 | 101001 |
Color Harmonies of #08CA81
Complementary color
Monochromatic Colors of #08CA81
Black with #08CA81
Text Example
Text Example
White with #08CA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CA81; }
p { color: rgb(8,202,129); }
H1.HeaderClassName
{
color: #08CA81;
}
.AnyTagClassName
{
color: #08CA81;
}
</style>
background-color css
<style>
a { background-color: #08CA81; }
a { background-color: rgb(8,202,129); }
div.DivClassName
{
background-color: #08CA81;
}
.BgClassName
{
background-color: #08CA81;
}
</style>
border-color css
<style>
span { border-color: #08CA81; }
span { border-color: rgb(8,202,129); }
td.TdClassName
{
border-color: #08CA81;
}
.TagClassName
{
border-color: #08CA81;
}
</style>