Shades of Caribbean Green #08C692
Tints of Caribbean Green #08C692
RGB
CMYK
RGB Variations
Color information
#08C692 (or 0x08C692) is known color: Caribbean Green. HEX triplet: 08, C6 and 92. RGB value is (8,198,146). Sum of RGB (Red+Green+Blue) = 8+198+146=352 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 352); Green value is 198 (77.73% from 255 or 56.25% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 198 - color contains mainly: green. Hex color #08C692 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C692 is #F7396D. Grayscale: #878787. Windows color (decimal): -16202094 or 9618952. OLE color: 9618952.
HSL color Cylindrical-coordinate representation of color #08C692: hue angle of 163.58º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C692 is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 198 | 146 | - |
| CMYK | 0.96 | 0 | 0.26 | 0.22 |
| HSL | 163.58º | 0.92% | 0.4% | - |
| HSV(B) | 163.58º | 0.96% | 0.78% | - |
| XYZ | 25.48 | 42.52 | 34.06 | - |
| YUV | 135.26 | 134.05 | 37.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 198 | 146 | 0.96 | 0 | 0.26 | 0.22 | 163.58 | 0.92 | 0.4 |
| Hex | 8 | C6 | 92 | 60 | 0 | 1A | 16 | A4 | 5C | 28 |
| Octal | 10 | 306 | 222 | 140 | 0 | 32 | 26 | 244 | 134 | 50 |
| Binary | 1000 | 11000110 | 10010010 | 1100000 | 0 | 11010 | 10110 | 10100100 | 1011100 | 101000 |
Color Harmonies of #08C692
Complementary color
Monochromatic Colors of #08C692
Black with #08C692
Text Example
Text Example
White with #08C692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C692; }
p { color: rgb(8,198,146); }
H1.HeaderClassName
{
color: #08C692;
}
.AnyTagClassName
{
color: #08C692;
}
</style>
background-color css
<style>
a { background-color: #08C692; }
a { background-color: rgb(8,198,146); }
div.DivClassName
{
background-color: #08C692;
}
.BgClassName
{
background-color: #08C692;
}
</style>
border-color css
<style>
span { border-color: #08C692; }
span { border-color: rgb(8,198,146); }
td.TdClassName
{
border-color: #08C692;
}
.TagClassName
{
border-color: #08C692;
}
</style>