Shades of Caribbean Green #08C88F
Tints of Caribbean Green #08C88F
RGB
CMYK
RGB Variations
Color information
#08C88F (or 0x08C88F) is known color: Caribbean Green. HEX triplet: 08, C8 and 8F. RGB value is (8,200,143). Sum of RGB (Red+Green+Blue) = 8+200+143=351 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.28% from 351); Green value is 200 (78.52% from 255 or 56.98% from 351); Blue value is 143 (56.25% from 255 or 40.74% from 351); Max value from RGB is 200 - color contains mainly: green. Hex color #08C88F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C88F is #F73770. Grayscale: #888888. Windows color (decimal): -16201585 or 9422856. OLE color: 9422856.
HSL color Cylindrical-coordinate representation of color #08C88F: hue angle of 162.19º 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 #08C88F is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 200 | 143 | - |
| CMYK | 0.96 | 0 | 0.28 | 0.22 |
| HSL | 162.19º | 0.92% | 0.41% | - |
| HSV(B) | 162.19º | 0.96% | 0.78% | - |
| XYZ | 25.71 | 43.34 | 33 | - |
| YUV | 136.09 | 131.89 | 36.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 200 | 143 | 0.96 | 0 | 0.28 | 0.22 | 162.19 | 0.92 | 0.41 |
| Hex | 8 | C8 | 8F | 60 | 0 | 1C | 16 | A2 | 5C | 29 |
| Octal | 10 | 310 | 217 | 140 | 0 | 34 | 26 | 242 | 134 | 51 |
| Binary | 1000 | 11001000 | 10001111 | 1100000 | 0 | 11100 | 10110 | 10100010 | 1011100 | 101001 |
Color Harmonies of #08C88F
Complementary color
Monochromatic Colors of #08C88F
Black with #08C88F
Text Example
Text Example
White with #08C88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C88F; }
p { color: rgb(8,200,143); }
H1.HeaderClassName
{
color: #08C88F;
}
.AnyTagClassName
{
color: #08C88F;
}
</style>
background-color css
<style>
a { background-color: #08C88F; }
a { background-color: rgb(8,200,143); }
div.DivClassName
{
background-color: #08C88F;
}
.BgClassName
{
background-color: #08C88F;
}
</style>
border-color css
<style>
span { border-color: #08C88F; }
span { border-color: rgb(8,200,143); }
td.TdClassName
{
border-color: #08C88F;
}
.TagClassName
{
border-color: #08C88F;
}
</style>