Shades of Caribbean Green #08D9A6
Tints of Caribbean Green #08D9A6
RGB
CMYK
RGB Variations
Color information
#08D9A6 (or 0x08D9A6) is known color: Caribbean Green. HEX triplet: 08, D9 and A6. RGB value is (8,217,166). Sum of RGB (Red+Green+Blue) = 8+217+166=391 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.05% from 391); Green value is 217 (85.16% from 255 or 55.50% from 391); Blue value is 166 (65.23% from 255 or 42.46% from 391); Max value from RGB is 217 - color contains mainly: green. Hex color #08D9A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08D9A6 is #F72659. Grayscale: #949494. Windows color (decimal): -16197210 or 10934536. OLE color: 10934536.
HSL color Cylindrical-coordinate representation of color #08D9A6: hue angle of 165.36º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D9A6 is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 217 | 166 | - |
| CMYK | 0.96 | 0 | 0.24 | 0.15 |
| HSL | 165.36º | 0.93% | 0.44% | - |
| HSV(B) | 165.36º | 0.96% | 0.85% | - |
| XYZ | 31.8 | 52.43 | 44.52 | - |
| YUV | 148.7 | 137.76 | 27.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 217 | 166 | 0.96 | 0 | 0.24 | 0.15 | 165.36 | 0.93 | 0.44 |
| Hex | 8 | D9 | A6 | 60 | 0 | 18 | F | A5 | 5D | 2C |
| Octal | 10 | 331 | 246 | 140 | 0 | 30 | 17 | 245 | 135 | 54 |
| Binary | 1000 | 11011001 | 10100110 | 1100000 | 0 | 11000 | 1111 | 10100101 | 1011101 | 101100 |
Color Harmonies of #08D9A6
Complementary color
Monochromatic Colors of #08D9A6
Black with #08D9A6
Text Example
Text Example
White with #08D9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D9A6; }
p { color: rgb(8,217,166); }
H1.HeaderClassName
{
color: #08D9A6;
}
.AnyTagClassName
{
color: #08D9A6;
}
</style>
background-color css
<style>
a { background-color: #08D9A6; }
a { background-color: rgb(8,217,166); }
div.DivClassName
{
background-color: #08D9A6;
}
.BgClassName
{
background-color: #08D9A6;
}
</style>
border-color css
<style>
span { border-color: #08D9A6; }
span { border-color: rgb(8,217,166); }
td.TdClassName
{
border-color: #08D9A6;
}
.TagClassName
{
border-color: #08D9A6;
}
</style>