Shades of Caribbean Green #08D09E
Tints of Caribbean Green #08D09E
RGB
CMYK
RGB Variations
Color information
#08D09E (or 0x08D09E) is known color: Caribbean Green. HEX triplet: 08, D0 and 9E. RGB value is (8,208,158). Sum of RGB (Red+Green+Blue) = 8+208+158=374 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.14% from 374); Green value is 208 (81.64% from 255 or 55.61% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 208 - color contains mainly: green. Hex color #08D09E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08D09E is #F72F61. Grayscale: #8E8E8E. Windows color (decimal): -16199522 or 10407944. OLE color: 10407944.
HSL color Cylindrical-coordinate representation of color #08D09E: hue angle of 165º 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 #08D09E is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 8 | 208 | 158 | - |
| CMYK | 0.96 | 0 | 0.24 | 0.18 |
| HSL | 165º | 0.93% | 0.42% | - |
| HSV(B) | 165º | 0.96% | 0.82% | - |
| XYZ | 28.83 | 47.63 | 40.02 | - |
| YUV | 142.5 | 136.74 | 32.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 208 | 158 | 0.96 | 0 | 0.24 | 0.18 | 165 | 0.93 | 0.42 |
| Hex | 8 | D0 | 9E | 60 | 0 | 18 | 12 | A5 | 5D | 2A |
| Octal | 10 | 320 | 236 | 140 | 0 | 30 | 22 | 245 | 135 | 52 |
| Binary | 1000 | 11010000 | 10011110 | 1100000 | 0 | 11000 | 10010 | 10100101 | 1011101 | 101010 |
Color Harmonies of #08D09E
Complementary color
Monochromatic Colors of #08D09E
Black with #08D09E
Text Example
Text Example
White with #08D09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D09E; }
p { color: rgb(8,208,158); }
H1.HeaderClassName
{
color: #08D09E;
}
.AnyTagClassName
{
color: #08D09E;
}
</style>
background-color css
<style>
a { background-color: #08D09E; }
a { background-color: rgb(8,208,158); }
div.DivClassName
{
background-color: #08D09E;
}
.BgClassName
{
background-color: #08D09E;
}
</style>
border-color css
<style>
span { border-color: #08D09E; }
span { border-color: rgb(8,208,158); }
td.TdClassName
{
border-color: #08D09E;
}
.TagClassName
{
border-color: #08D09E;
}
</style>