Shades of Caribbean Green #08DEA2
Tints of Caribbean Green #08DEA2
RGB
CMYK
RGB Variations
Color information
#08DEA2 (or 0x08DEA2) is known color: Caribbean Green. HEX triplet: 08, DE and A2. RGB value is (8,222,162). Sum of RGB (Red+Green+Blue) = 8+222+162=392 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.04% from 392); Green value is 222 (87.11% from 255 or 56.63% from 392); Blue value is 162 (63.67% from 255 or 41.33% from 392); Max value from RGB is 222 - color contains mainly: green. Hex color #08DEA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08DEA2 is #F7215D. Grayscale: #979797. Windows color (decimal): -16195934 or 10673672. OLE color: 10673672.
HSL color Cylindrical-coordinate representation of color #08DEA2: hue angle of 163.18º 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 #08DEA2 is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 222 | 162 | - |
| CMYK | 0.96 | 0 | 0.27 | 0.13 |
| HSL | 163.18º | 0.93% | 0.45% | - |
| HSV(B) | 163.18º | 0.96% | 0.87% | - |
| XYZ | 32.74 | 54.9 | 43.05 | - |
| YUV | 151.17 | 134.1 | 25.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 222 | 162 | 0.96 | 0 | 0.27 | 0.13 | 163.18 | 0.93 | 0.45 |
| Hex | 8 | DE | A2 | 60 | 0 | 1B | D | A3 | 5D | 2D |
| Octal | 10 | 336 | 242 | 140 | 0 | 33 | 15 | 243 | 135 | 55 |
| Binary | 1000 | 11011110 | 10100010 | 1100000 | 0 | 11011 | 1101 | 10100011 | 1011101 | 101101 |
Color Harmonies of #08DEA2
Complementary color
Monochromatic Colors of #08DEA2
Black with #08DEA2
Text Example
Text Example
White with #08DEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DEA2; }
p { color: rgb(8,222,162); }
H1.HeaderClassName
{
color: #08DEA2;
}
.AnyTagClassName
{
color: #08DEA2;
}
</style>
background-color css
<style>
a { background-color: #08DEA2; }
a { background-color: rgb(8,222,162); }
div.DivClassName
{
background-color: #08DEA2;
}
.BgClassName
{
background-color: #08DEA2;
}
</style>
border-color css
<style>
span { border-color: #08DEA2; }
span { border-color: rgb(8,222,162); }
td.TdClassName
{
border-color: #08DEA2;
}
.TagClassName
{
border-color: #08DEA2;
}
</style>