Shades of Caribbean Green #08D69C
Tints of Caribbean Green #08D69C
RGB
CMYK
RGB Variations
Color information
#08D69C (or 0x08D69C) is known color: Caribbean Green. HEX triplet: 08, D6 and 9C. RGB value is (8,214,156). Sum of RGB (Red+Green+Blue) = 8+214+156=378 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.12% from 378); Green value is 214 (83.98% from 255 or 56.61% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 214 - color contains mainly: green. Hex color #08D69C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08D69C is #F72963. Grayscale: #919191. Windows color (decimal): -16197988 or 10278408. OLE color: 10278408.
HSL color Cylindrical-coordinate representation of color #08D69C: hue angle of 163.11º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D69C is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 8 | 214 | 156 | - |
| CMYK | 0.96 | 0 | 0.27 | 0.16 |
| HSL | 163.11º | 0.93% | 0.44% | - |
| HSV(B) | 163.11º | 0.96% | 0.84% | - |
| XYZ | 30.15 | 50.55 | 39.62 | - |
| YUV | 145.79 | 133.75 | 29.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 214 | 156 | 0.96 | 0 | 0.27 | 0.16 | 163.11 | 0.93 | 0.44 |
| Hex | 8 | D6 | 9C | 60 | 0 | 1B | 10 | A3 | 5D | 2C |
| Octal | 10 | 326 | 234 | 140 | 0 | 33 | 20 | 243 | 135 | 54 |
| Binary | 1000 | 11010110 | 10011100 | 1100000 | 0 | 11011 | 10000 | 10100011 | 1011101 | 101100 |
Color Harmonies of #08D69C
Complementary color
Monochromatic Colors of #08D69C
Black with #08D69C
Text Example
Text Example
White with #08D69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D69C; }
p { color: rgb(8,214,156); }
H1.HeaderClassName
{
color: #08D69C;
}
.AnyTagClassName
{
color: #08D69C;
}
</style>
background-color css
<style>
a { background-color: #08D69C; }
a { background-color: rgb(8,214,156); }
div.DivClassName
{
background-color: #08D69C;
}
.BgClassName
{
background-color: #08D69C;
}
</style>
border-color css
<style>
span { border-color: #08D69C; }
span { border-color: rgb(8,214,156); }
td.TdClassName
{
border-color: #08D69C;
}
.TagClassName
{
border-color: #08D69C;
}
</style>