Shades of Caribbean Green #08BC8F
Tints of Caribbean Green #08BC8F
RGB
CMYK
RGB Variations
Color information
#08BC8F (or 0x08BC8F) is known color: Caribbean Green. HEX triplet: 08, BC and 8F. RGB value is (8,188,143). Sum of RGB (Red+Green+Blue) = 8+188+143=339 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.36% from 339); Green value is 188 (73.83% from 255 or 55.46% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 188 - color contains mainly: green. Hex color #08BC8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BC8F is #F74370. Grayscale: #818181. Windows color (decimal): -16204657 or 9419784. OLE color: 9419784.
HSL color Cylindrical-coordinate representation of color #08BC8F: hue angle of 165º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BC8F is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 188 | 143 | - |
| CMYK | 0.96 | 0 | 0.24 | 0.26 |
| HSL | 165º | 0.92% | 0.38% | - |
| HSV(B) | 165º | 0.96% | 0.74% | - |
| XYZ | 23.04 | 38 | 32.11 | - |
| YUV | 129.05 | 135.87 | 41.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 188 | 143 | 0.96 | 0 | 0.24 | 0.26 | 165 | 0.92 | 0.38 |
| Hex | 8 | BC | 8F | 60 | 0 | 18 | 1A | A5 | 5C | 26 |
| Octal | 10 | 274 | 217 | 140 | 0 | 30 | 32 | 245 | 134 | 46 |
| Binary | 1000 | 10111100 | 10001111 | 1100000 | 0 | 11000 | 11010 | 10100101 | 1011100 | 100110 |
Color Harmonies of #08BC8F
Complementary color
Monochromatic Colors of #08BC8F
Black with #08BC8F
Text Example
Text Example
White with #08BC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BC8F; }
p { color: rgb(8,188,143); }
H1.HeaderClassName
{
color: #08BC8F;
}
.AnyTagClassName
{
color: #08BC8F;
}
</style>
background-color css
<style>
a { background-color: #08BC8F; }
a { background-color: rgb(8,188,143); }
div.DivClassName
{
background-color: #08BC8F;
}
.BgClassName
{
background-color: #08BC8F;
}
</style>
border-color css
<style>
span { border-color: #08BC8F; }
span { border-color: rgb(8,188,143); }
td.TdClassName
{
border-color: #08BC8F;
}
.TagClassName
{
border-color: #08BC8F;
}
</style>