Shades of Caribbean Green #08D492
Tints of Caribbean Green #08D492
RGB
CMYK
RGB Variations
Color information
#08D492 (or 0x08D492) is known color: Caribbean Green. HEX triplet: 08, D4 and 92. RGB value is (8,212,146). Sum of RGB (Red+Green+Blue) = 8+212+146=366 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 366); Green value is 212 (83.20% from 255 or 57.92% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 212 - color contains mainly: green. Hex color #08D492 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08D492 is #F72B6D. Grayscale: #8F8F8F. Windows color (decimal): -16198510 or 9622536. OLE color: 9622536.
HSL color Cylindrical-coordinate representation of color #08D492: hue angle of 160.59º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D492 is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 8 | 212 | 146 | - |
| CMYK | 0.96 | 0 | 0.31 | 0.17 |
| HSL | 160.59º | 0.93% | 0.43% | - |
| HSV(B) | 160.59º | 0.96% | 0.83% | - |
| XYZ | 28.83 | 49.21 | 35.17 | - |
| YUV | 143.48 | 129.41 | 31.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 212 | 146 | 0.96 | 0 | 0.31 | 0.17 | 160.59 | 0.93 | 0.43 |
| Hex | 8 | D4 | 92 | 60 | 0 | 1F | 11 | A1 | 5D | 2B |
| Octal | 10 | 324 | 222 | 140 | 0 | 37 | 21 | 241 | 135 | 53 |
| Binary | 1000 | 11010100 | 10010010 | 1100000 | 0 | 11111 | 10001 | 10100001 | 1011101 | 101011 |
Color Harmonies of #08D492
Complementary color
Monochromatic Colors of #08D492
Black with #08D492
Text Example
Text Example
White with #08D492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D492; }
p { color: rgb(8,212,146); }
H1.HeaderClassName
{
color: #08D492;
}
.AnyTagClassName
{
color: #08D492;
}
</style>
background-color css
<style>
a { background-color: #08D492; }
a { background-color: rgb(8,212,146); }
div.DivClassName
{
background-color: #08D492;
}
.BgClassName
{
background-color: #08D492;
}
</style>
border-color css
<style>
span { border-color: #08D492; }
span { border-color: rgb(8,212,146); }
td.TdClassName
{
border-color: #08D492;
}
.TagClassName
{
border-color: #08D492;
}
</style>