Shades of Caribbean Green #08CF9C
Tints of Caribbean Green #08CF9C
RGB
CMYK
RGB Variations
Color information
#08CF9C (or 0x08CF9C) is known color: Caribbean Green. HEX triplet: 08, CF and 9C. RGB value is (8,207,156). Sum of RGB (Red+Green+Blue) = 8+207+156=371 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 371); Green value is 207 (81.25% from 255 or 55.80% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 207 - color contains mainly: green. Hex color #08CF9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CF9C is #F73063. Grayscale: #8D8D8D. Windows color (decimal): -16199780 or 10276616. OLE color: 10276616.
HSL color Cylindrical-coordinate representation of color #08CF9C: hue angle of 164.62º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CF9C is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 207 | 156 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.19 |
| HSL | 164.62º | 0.93% | 0.42% | - |
| HSV(B) | 164.62º | 0.96% | 0.81% | - |
| XYZ | 28.41 | 47.08 | 39.04 | - |
| YUV | 141.69 | 136.07 | 32.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 207 | 156 | 0.96 | 0 | 0.25 | 0.19 | 164.62 | 0.93 | 0.42 |
| Hex | 8 | CF | 9C | 60 | 0 | 19 | 13 | A5 | 5D | 2A |
| Octal | 10 | 317 | 234 | 140 | 0 | 31 | 23 | 245 | 135 | 52 |
| Binary | 1000 | 11001111 | 10011100 | 1100000 | 0 | 11001 | 10011 | 10100101 | 1011101 | 101010 |
Color Harmonies of #08CF9C
Complementary color
Monochromatic Colors of #08CF9C
Black with #08CF9C
Text Example
Text Example
White with #08CF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CF9C; }
p { color: rgb(8,207,156); }
H1.HeaderClassName
{
color: #08CF9C;
}
.AnyTagClassName
{
color: #08CF9C;
}
</style>
background-color css
<style>
a { background-color: #08CF9C; }
a { background-color: rgb(8,207,156); }
div.DivClassName
{
background-color: #08CF9C;
}
.BgClassName
{
background-color: #08CF9C;
}
</style>
border-color css
<style>
span { border-color: #08CF9C; }
span { border-color: rgb(8,207,156); }
td.TdClassName
{
border-color: #08CF9C;
}
.TagClassName
{
border-color: #08CF9C;
}
</style>