Shades of Caribbean Green #08DB94
Tints of Caribbean Green #08DB94
RGB
CMYK
RGB Variations
Color information
#08DB94 (or 0x08DB94) is known color: Caribbean Green. HEX triplet: 08, DB and 94. RGB value is (8,219,148). Sum of RGB (Red+Green+Blue) = 8+219+148=375 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 375); Green value is 219 (85.94% from 255 or 58.4% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 219 - color contains mainly: green. Hex color #08DB94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08DB94 is #F7246B. Grayscale: #939393. Windows color (decimal): -16196716 or 9755400. OLE color: 9755400.
HSL color Cylindrical-coordinate representation of color #08DB94: hue angle of 159.81º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DB94 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 219 | 148 | - |
| CMYK | 0.96 | 0 | 0.32 | 0.14 |
| HSL | 159.81º | 0.93% | 0.45% | - |
| HSV(B) | 159.81º | 0.96% | 0.86% | - |
| XYZ | 30.78 | 52.85 | 36.6 | - |
| YUV | 147.82 | 128.1 | 28.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 219 | 148 | 0.96 | 0 | 0.32 | 0.14 | 159.81 | 0.93 | 0.45 |
| Hex | 8 | DB | 94 | 60 | 0 | 20 | E | A0 | 5D | 2D |
| Octal | 10 | 333 | 224 | 140 | 0 | 40 | 16 | 240 | 135 | 55 |
| Binary | 1000 | 11011011 | 10010100 | 1100000 | 0 | 100000 | 1110 | 10100000 | 1011101 | 101101 |
Color Harmonies of #08DB94
Complementary color
Monochromatic Colors of #08DB94
Black with #08DB94
Text Example
Text Example
White with #08DB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DB94; }
p { color: rgb(8,219,148); }
H1.HeaderClassName
{
color: #08DB94;
}
.AnyTagClassName
{
color: #08DB94;
}
</style>
background-color css
<style>
a { background-color: #08DB94; }
a { background-color: rgb(8,219,148); }
div.DivClassName
{
background-color: #08DB94;
}
.BgClassName
{
background-color: #08DB94;
}
</style>
border-color css
<style>
span { border-color: #08DB94; }
span { border-color: rgb(8,219,148); }
td.TdClassName
{
border-color: #08DB94;
}
.TagClassName
{
border-color: #08DB94;
}
</style>