Shades of Caribbean Green #08D7A3
Tints of Caribbean Green #08D7A3
RGB
CMYK
RGB Variations
Color information
#08D7A3 (or 0x08D7A3) is known color: Caribbean Green. HEX triplet: 08, D7 and A3. RGB value is (8,215,163). Sum of RGB (Red+Green+Blue) = 8+215+163=386 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.07% from 386); Green value is 215 (84.38% from 255 or 55.70% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 215 - color contains mainly: green. Hex color #08D7A3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08D7A3 is #F7285C. Grayscale: #939393. Windows color (decimal): -16197725 or 10737416. OLE color: 10737416.
HSL color Cylindrical-coordinate representation of color #08D7A3: hue angle of 164.93º 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 #08D7A3 is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 8 | 215 | 163 | - |
| CMYK | 0.96 | 0 | 0.24 | 0.16 |
| HSL | 164.93º | 0.93% | 0.44% | - |
| HSV(B) | 164.93º | 0.96% | 0.84% | - |
| XYZ | 31.01 | 51.3 | 42.92 | - |
| YUV | 147.18 | 136.92 | 28.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 215 | 163 | 0.96 | 0 | 0.24 | 0.16 | 164.93 | 0.93 | 0.44 |
| Hex | 8 | D7 | A3 | 60 | 0 | 18 | 10 | A5 | 5D | 2C |
| Octal | 10 | 327 | 243 | 140 | 0 | 30 | 20 | 245 | 135 | 54 |
| Binary | 1000 | 11010111 | 10100011 | 1100000 | 0 | 11000 | 10000 | 10100101 | 1011101 | 101100 |
Color Harmonies of #08D7A3
Complementary color
Monochromatic Colors of #08D7A3
Black with #08D7A3
Text Example
Text Example
White with #08D7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D7A3; }
p { color: rgb(8,215,163); }
H1.HeaderClassName
{
color: #08D7A3;
}
.AnyTagClassName
{
color: #08D7A3;
}
</style>
background-color css
<style>
a { background-color: #08D7A3; }
a { background-color: rgb(8,215,163); }
div.DivClassName
{
background-color: #08D7A3;
}
.BgClassName
{
background-color: #08D7A3;
}
</style>
border-color css
<style>
span { border-color: #08D7A3; }
span { border-color: rgb(8,215,163); }
td.TdClassName
{
border-color: #08D7A3;
}
.TagClassName
{
border-color: #08D7A3;
}
</style>