Shades of Caribbean Green #08D098
Tints of Caribbean Green #08D098
RGB
CMYK
RGB Variations
Color information
#08D098 (or 0x08D098) is known color: Caribbean Green. HEX triplet: 08, D0 and 98. RGB value is (8,208,152). Sum of RGB (Red+Green+Blue) = 8+208+152=368 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 368); Green value is 208 (81.64% from 255 or 56.52% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 208 - color contains mainly: green. Hex color #08D098 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08D098 is #F72F67. Grayscale: #8D8D8D. Windows color (decimal): -16199528 or 10014728. OLE color: 10014728.
HSL color Cylindrical-coordinate representation of color #08D098: hue angle of 163.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D098 is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 8 | 208 | 152 | - |
| CMYK | 0.96 | 0 | 0.27 | 0.18 |
| HSL | 163.2º | 0.93% | 0.42% | - |
| HSV(B) | 163.2º | 0.96% | 0.82% | - |
| XYZ | 28.32 | 47.43 | 37.37 | - |
| YUV | 141.82 | 133.74 | 32.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 208 | 152 | 0.96 | 0 | 0.27 | 0.18 | 163.2 | 0.93 | 0.42 |
| Hex | 8 | D0 | 98 | 60 | 0 | 1B | 12 | A3 | 5D | 2A |
| Octal | 10 | 320 | 230 | 140 | 0 | 33 | 22 | 243 | 135 | 52 |
| Binary | 1000 | 11010000 | 10011000 | 1100000 | 0 | 11011 | 10010 | 10100011 | 1011101 | 101010 |
Color Harmonies of #08D098
Complementary color
Monochromatic Colors of #08D098
Black with #08D098
Text Example
Text Example
White with #08D098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D098; }
p { color: rgb(8,208,152); }
H1.HeaderClassName
{
color: #08D098;
}
.AnyTagClassName
{
color: #08D098;
}
</style>
background-color css
<style>
a { background-color: #08D098; }
a { background-color: rgb(8,208,152); }
div.DivClassName
{
background-color: #08D098;
}
.BgClassName
{
background-color: #08D098;
}
</style>
border-color css
<style>
span { border-color: #08D098; }
span { border-color: rgb(8,208,152); }
td.TdClassName
{
border-color: #08D098;
}
.TagClassName
{
border-color: #08D098;
}
</style>