Shades of Caribbean Green #08C880
Tints of Caribbean Green #08C880
RGB
CMYK
RGB Variations
Color information
#08C880 (or 0x08C880) is known color: Caribbean Green. HEX triplet: 08, C8 and 80. RGB value is (8,200,128). Sum of RGB (Red+Green+Blue) = 8+200+128=336 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.38% from 336); Green value is 200 (78.52% from 255 or 59.52% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 200 - color contains mainly: green. Hex color #08C880 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C880 is #F7377F. Grayscale: #868686. Windows color (decimal): -16201600 or 8439816. OLE color: 8439816.
HSL color Cylindrical-coordinate representation of color #08C880: hue angle of 157.5º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C880 is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 200 | 128 | - |
| CMYK | 0.96 | 0 | 0.36 | 0.22 |
| HSL | 157.5º | 0.92% | 0.41% | - |
| HSV(B) | 157.5º | 0.96% | 0.78% | - |
| XYZ | 24.65 | 42.92 | 27.41 | - |
| YUV | 134.38 | 124.39 | 37.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 200 | 128 | 0.96 | 0 | 0.36 | 0.22 | 157.5 | 0.92 | 0.41 |
| Hex | 8 | C8 | 80 | 60 | 0 | 24 | 16 | 9E | 5C | 29 |
| Octal | 10 | 310 | 200 | 140 | 0 | 44 | 26 | 236 | 134 | 51 |
| Binary | 1000 | 11001000 | 10000000 | 1100000 | 0 | 100100 | 10110 | 10011110 | 1011100 | 101001 |
Color Harmonies of #08C880
Complementary color
Monochromatic Colors of #08C880
Black with #08C880
Text Example
Text Example
White with #08C880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C880; }
p { color: rgb(8,200,128); }
H1.HeaderClassName
{
color: #08C880;
}
.AnyTagClassName
{
color: #08C880;
}
</style>
background-color css
<style>
a { background-color: #08C880; }
a { background-color: rgb(8,200,128); }
div.DivClassName
{
background-color: #08C880;
}
.BgClassName
{
background-color: #08C880;
}
</style>
border-color css
<style>
span { border-color: #08C880; }
span { border-color: rgb(8,200,128); }
td.TdClassName
{
border-color: #08C880;
}
.TagClassName
{
border-color: #08C880;
}
</style>