Shades of Caribbean Green #08D1A2
Tints of Caribbean Green #08D1A2
RGB
CMYK
RGB Variations
Color information
#08D1A2 (or 0x08D1A2) is known color: Caribbean Green. HEX triplet: 08, D1 and A2. RGB value is (8,209,162). Sum of RGB (Red+Green+Blue) = 8+209+162=379 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 379); Green value is 209 (82.03% from 255 or 55.15% from 379); Blue value is 162 (63.67% from 255 or 42.74% from 379); Max value from RGB is 209 - color contains mainly: green. Hex color #08D1A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08D1A2 is #F72E5D. Grayscale: #8F8F8F. Windows color (decimal): -16199262 or 10670344. OLE color: 10670344.
HSL color Cylindrical-coordinate representation of color #08D1A2: hue angle of 165.97º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D1A2 is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 8 | 209 | 162 | - |
| CMYK | 0.96 | 0 | 0.22 | 0.18 |
| HSL | 165.97º | 0.93% | 0.43% | - |
| HSV(B) | 165.97º | 0.96% | 0.82% | - |
| XYZ | 29.42 | 48.26 | 41.95 | - |
| YUV | 143.54 | 138.41 | 31.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 209 | 162 | 0.96 | 0 | 0.22 | 0.18 | 165.97 | 0.93 | 0.43 |
| Hex | 8 | D1 | A2 | 60 | 0 | 16 | 12 | A6 | 5D | 2B |
| Octal | 10 | 321 | 242 | 140 | 0 | 26 | 22 | 246 | 135 | 53 |
| Binary | 1000 | 11010001 | 10100010 | 1100000 | 0 | 10110 | 10010 | 10100110 | 1011101 | 101011 |
Color Harmonies of #08D1A2
Complementary color
Monochromatic Colors of #08D1A2
Black with #08D1A2
Text Example
Text Example
White with #08D1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D1A2; }
p { color: rgb(8,209,162); }
H1.HeaderClassName
{
color: #08D1A2;
}
.AnyTagClassName
{
color: #08D1A2;
}
</style>
background-color css
<style>
a { background-color: #08D1A2; }
a { background-color: rgb(8,209,162); }
div.DivClassName
{
background-color: #08D1A2;
}
.BgClassName
{
background-color: #08D1A2;
}
</style>
border-color css
<style>
span { border-color: #08D1A2; }
span { border-color: rgb(8,209,162); }
td.TdClassName
{
border-color: #08D1A2;
}
.TagClassName
{
border-color: #08D1A2;
}
</style>