Shades of Caribbean Green #08C392
Tints of Caribbean Green #08C392
RGB
CMYK
RGB Variations
Color information
#08C392 (or 0x08C392) is known color: Caribbean Green. HEX triplet: 08, C3 and 92. RGB value is (8,195,146). Sum of RGB (Red+Green+Blue) = 8+195+146=349 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 349); Green value is 195 (76.56% from 255 or 55.87% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 195 - color contains mainly: green. Hex color #08C392 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C392 is #F73C6D. Grayscale: #858585. Windows color (decimal): -16202862 or 9618184. OLE color: 9618184.
HSL color Cylindrical-coordinate representation of color #08C392: hue angle of 164.28º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C392 is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 195 | 146 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.24 |
| HSL | 164.28º | 0.92% | 0.4% | - |
| HSV(B) | 164.28º | 0.96% | 0.76% | - |
| XYZ | 24.8 | 41.16 | 33.83 | - |
| YUV | 133.5 | 135.05 | 38.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 195 | 146 | 0.96 | 0 | 0.25 | 0.24 | 164.28 | 0.92 | 0.4 |
| Hex | 8 | C3 | 92 | 60 | 0 | 19 | 18 | A4 | 5C | 28 |
| Octal | 10 | 303 | 222 | 140 | 0 | 31 | 30 | 244 | 134 | 50 |
| Binary | 1000 | 11000011 | 10010010 | 1100000 | 0 | 11001 | 11000 | 10100100 | 1011100 | 101000 |
Color Harmonies of #08C392
Complementary color
Monochromatic Colors of #08C392
Black with #08C392
Text Example
Text Example
White with #08C392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C392; }
p { color: rgb(8,195,146); }
H1.HeaderClassName
{
color: #08C392;
}
.AnyTagClassName
{
color: #08C392;
}
</style>
background-color css
<style>
a { background-color: #08C392; }
a { background-color: rgb(8,195,146); }
div.DivClassName
{
background-color: #08C392;
}
.BgClassName
{
background-color: #08C392;
}
</style>
border-color css
<style>
span { border-color: #08C392; }
span { border-color: rgb(8,195,146); }
td.TdClassName
{
border-color: #08C392;
}
.TagClassName
{
border-color: #08C392;
}
</style>