Shades of Caribbean Green #08CF82
Tints of Caribbean Green #08CF82
RGB
CMYK
RGB Variations
Color information
#08CF82 (or 0x08CF82) is known color: Caribbean Green. HEX triplet: 08, CF and 82. RGB value is (8,207,130). Sum of RGB (Red+Green+Blue) = 8+207+130=345 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.32% from 345); Green value is 207 (81.25% from 255 or 60% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 207 - color contains mainly: green. Hex color #08CF82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CF82 is #F7307D. Grayscale: #8A8A8A. Windows color (decimal): -16199806 or 8572680. OLE color: 8572680.
HSL color Cylindrical-coordinate representation of color #08CF82: hue angle of 156.78º 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 #08CF82 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 207 | 130 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.19 |
| HSL | 156.78º | 0.93% | 0.42% | - |
| HSV(B) | 156.78º | 0.96% | 0.81% | - |
| XYZ | 26.44 | 46.29 | 28.66 | - |
| YUV | 138.72 | 123.07 | 34.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 207 | 130 | 0.96 | 0 | 0.37 | 0.19 | 156.78 | 0.93 | 0.42 |
| Hex | 8 | CF | 82 | 60 | 0 | 25 | 13 | 9D | 5D | 2A |
| Octal | 10 | 317 | 202 | 140 | 0 | 45 | 23 | 235 | 135 | 52 |
| Binary | 1000 | 11001111 | 10000010 | 1100000 | 0 | 100101 | 10011 | 10011101 | 1011101 | 101010 |
Color Harmonies of #08CF82
Complementary color
Monochromatic Colors of #08CF82
Black with #08CF82
Text Example
Text Example
White with #08CF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CF82; }
p { color: rgb(8,207,130); }
H1.HeaderClassName
{
color: #08CF82;
}
.AnyTagClassName
{
color: #08CF82;
}
</style>
background-color css
<style>
a { background-color: #08CF82; }
a { background-color: rgb(8,207,130); }
div.DivClassName
{
background-color: #08CF82;
}
.BgClassName
{
background-color: #08CF82;
}
</style>
border-color css
<style>
span { border-color: #08CF82; }
span { border-color: rgb(8,207,130); }
td.TdClassName
{
border-color: #08CF82;
}
.TagClassName
{
border-color: #08CF82;
}
</style>