Shades of Caribbean Green #08D8AA
Tints of Caribbean Green #08D8AA
RGB
CMYK
RGB Variations
Color information
#08D8AA (or 0x08D8AA) is known color: Caribbean Green. HEX triplet: 08, D8 and AA. RGB value is (8,216,170). Sum of RGB (Red+Green+Blue) = 8+216+170=394 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.03% from 394); Green value is 216 (84.77% from 255 or 54.82% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 216 - color contains mainly: green. Hex color #08D8AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08D8AA is #F72755. Grayscale: #949494. Windows color (decimal): -16197462 or 11196424. OLE color: 11196424.
HSL color Cylindrical-coordinate representation of color #08D8AA: hue angle of 166.73º 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 #08D8AA is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 216 | 170 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.15 |
| HSL | 166.73º | 0.93% | 0.44% | - |
| HSV(B) | 166.73º | 0.96% | 0.85% | - |
| XYZ | 31.91 | 52.07 | 46.4 | - |
| YUV | 148.56 | 140.09 | 27.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 216 | 170 | 0.96 | 0 | 0.21 | 0.15 | 166.73 | 0.93 | 0.44 |
| Hex | 8 | D8 | AA | 60 | 0 | 15 | F | A7 | 5D | 2C |
| Octal | 10 | 330 | 252 | 140 | 0 | 25 | 17 | 247 | 135 | 54 |
| Binary | 1000 | 11011000 | 10101010 | 1100000 | 0 | 10101 | 1111 | 10100111 | 1011101 | 101100 |
Color Harmonies of #08D8AA
Complementary color
Monochromatic Colors of #08D8AA
Black with #08D8AA
Text Example
Text Example
White with #08D8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D8AA; }
p { color: rgb(8,216,170); }
H1.HeaderClassName
{
color: #08D8AA;
}
.AnyTagClassName
{
color: #08D8AA;
}
</style>
background-color css
<style>
a { background-color: #08D8AA; }
a { background-color: rgb(8,216,170); }
div.DivClassName
{
background-color: #08D8AA;
}
.BgClassName
{
background-color: #08D8AA;
}
</style>
border-color css
<style>
span { border-color: #08D8AA; }
span { border-color: rgb(8,216,170); }
td.TdClassName
{
border-color: #08D8AA;
}
.TagClassName
{
border-color: #08D8AA;
}
</style>