Shades of Caribbean Green #08CA80
Tints of Caribbean Green #08CA80
RGB
CMYK
RGB Variations
Color information
#08CA80 (or 0x08CA80) is known color: Caribbean Green. HEX triplet: 08, CA and 80. RGB value is (8,202,128). Sum of RGB (Red+Green+Blue) = 8+202+128=338 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 338); Green value is 202 (79.30% from 255 or 59.76% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 202 - color contains mainly: green. Hex color #08CA80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CA80 is #F7357F. Grayscale: #878787. Windows color (decimal): -16201088 or 8440328. OLE color: 8440328.
HSL color Cylindrical-coordinate representation of color #08CA80: hue angle of 157.11º 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 #08CA80 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 202 | 128 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.21 |
| HSL | 157.11º | 0.92% | 0.41% | - |
| HSV(B) | 157.11º | 0.96% | 0.79% | - |
| XYZ | 25.12 | 43.85 | 27.56 | - |
| YUV | 135.56 | 123.73 | 37.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 202 | 128 | 0.96 | 0 | 0.37 | 0.21 | 157.11 | 0.92 | 0.41 |
| Hex | 8 | CA | 80 | 60 | 0 | 25 | 15 | 9D | 5C | 29 |
| Octal | 10 | 312 | 200 | 140 | 0 | 45 | 25 | 235 | 134 | 51 |
| Binary | 1000 | 11001010 | 10000000 | 1100000 | 0 | 100101 | 10101 | 10011101 | 1011100 | 101001 |
Color Harmonies of #08CA80
Complementary color
Monochromatic Colors of #08CA80
Black with #08CA80
Text Example
Text Example
White with #08CA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CA80; }
p { color: rgb(8,202,128); }
H1.HeaderClassName
{
color: #08CA80;
}
.AnyTagClassName
{
color: #08CA80;
}
</style>
background-color css
<style>
a { background-color: #08CA80; }
a { background-color: rgb(8,202,128); }
div.DivClassName
{
background-color: #08CA80;
}
.BgClassName
{
background-color: #08CA80;
}
</style>
border-color css
<style>
span { border-color: #08CA80; }
span { border-color: rgb(8,202,128); }
td.TdClassName
{
border-color: #08CA80;
}
.TagClassName
{
border-color: #08CA80;
}
</style>