Shades of Caribbean Green #08D6AF
Tints of Caribbean Green #08D6AF
RGB
CMYK
RGB Variations
Color information
#08D6AF (or 0x08D6AF) is known color: Caribbean Green. HEX triplet: 08, D6 and AF. RGB value is (8,214,175). Sum of RGB (Red+Green+Blue) = 8+214+175=397 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.02% from 397); Green value is 214 (83.98% from 255 or 53.90% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 214 - color contains mainly: green. Hex color #08D6AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08D6AF is #F72950. Grayscale: #939393. Windows color (decimal): -16197969 or 11523592. OLE color: 11523592.
HSL color Cylindrical-coordinate representation of color #08D6AF: hue angle of 168.64º 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 #08D6AF is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 8 | 214 | 175 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.16 |
| HSL | 168.64º | 0.93% | 0.44% | - |
| HSV(B) | 168.64º | 0.96% | 0.84% | - |
| XYZ | 31.88 | 51.24 | 48.77 | - |
| YUV | 147.96 | 143.25 | 28.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 214 | 175 | 0.96 | 0 | 0.18 | 0.16 | 168.64 | 0.93 | 0.44 |
| Hex | 8 | D6 | AF | 60 | 0 | 12 | 10 | A9 | 5D | 2C |
| Octal | 10 | 326 | 257 | 140 | 0 | 22 | 20 | 251 | 135 | 54 |
| Binary | 1000 | 11010110 | 10101111 | 1100000 | 0 | 10010 | 10000 | 10101001 | 1011101 | 101100 |
Color Harmonies of #08D6AF
Complementary color
Monochromatic Colors of #08D6AF
Black with #08D6AF
Text Example
Text Example
White with #08D6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D6AF; }
p { color: rgb(8,214,175); }
H1.HeaderClassName
{
color: #08D6AF;
}
.AnyTagClassName
{
color: #08D6AF;
}
</style>
background-color css
<style>
a { background-color: #08D6AF; }
a { background-color: rgb(8,214,175); }
div.DivClassName
{
background-color: #08D6AF;
}
.BgClassName
{
background-color: #08D6AF;
}
</style>
border-color css
<style>
span { border-color: #08D6AF; }
span { border-color: rgb(8,214,175); }
td.TdClassName
{
border-color: #08D6AF;
}
.TagClassName
{
border-color: #08D6AF;
}
</style>