Shades of Caribbean Green #08DDA8
Tints of Caribbean Green #08DDA8
RGB
CMYK
RGB Variations
Color information
#08DDA8 (or 0x08DDA8) is known color: Caribbean Green. HEX triplet: 08, DD and A8. RGB value is (8,221,168). Sum of RGB (Red+Green+Blue) = 8+221+168=397 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.02% from 397); Green value is 221 (86.72% from 255 or 55.67% from 397); Blue value is 168 (66.02% from 255 or 42.32% from 397); Max value from RGB is 221 - color contains mainly: green. Hex color #08DDA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08DDA8 is #F72257. Grayscale: #979797. Windows color (decimal): -16196184 or 11066632. OLE color: 11066632.
HSL color Cylindrical-coordinate representation of color #08DDA8: hue angle of 165.07º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DDA8 is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 221 | 168 | - |
| CMYK | 0.96 | 0 | 0.24 | 0.13 |
| HSL | 165.07º | 0.93% | 0.45% | - |
| HSV(B) | 165.07º | 0.96% | 0.87% | - |
| XYZ | 33.02 | 54.59 | 45.84 | - |
| YUV | 151.27 | 137.43 | 25.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 221 | 168 | 0.96 | 0 | 0.24 | 0.13 | 165.07 | 0.93 | 0.45 |
| Hex | 8 | DD | A8 | 60 | 0 | 18 | D | A5 | 5D | 2D |
| Octal | 10 | 335 | 250 | 140 | 0 | 30 | 15 | 245 | 135 | 55 |
| Binary | 1000 | 11011101 | 10101000 | 1100000 | 0 | 11000 | 1101 | 10100101 | 1011101 | 101101 |
Color Harmonies of #08DDA8
Complementary color
Monochromatic Colors of #08DDA8
Black with #08DDA8
Text Example
Text Example
White with #08DDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DDA8; }
p { color: rgb(8,221,168); }
H1.HeaderClassName
{
color: #08DDA8;
}
.AnyTagClassName
{
color: #08DDA8;
}
</style>
background-color css
<style>
a { background-color: #08DDA8; }
a { background-color: rgb(8,221,168); }
div.DivClassName
{
background-color: #08DDA8;
}
.BgClassName
{
background-color: #08DDA8;
}
</style>
border-color css
<style>
span { border-color: #08DDA8; }
span { border-color: rgb(8,221,168); }
td.TdClassName
{
border-color: #08DDA8;
}
.TagClassName
{
border-color: #08DDA8;
}
</style>