Shades of Caribbean Green #08CDA8
Tints of Caribbean Green #08CDA8
RGB
CMYK
RGB Variations
Color information
#08CDA8 (or 0x08CDA8) is known color: Caribbean Green. HEX triplet: 08, CD and A8. RGB value is (8,205,168). Sum of RGB (Red+Green+Blue) = 8+205+168=381 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.10% from 381); Green value is 205 (80.47% from 255 or 53.81% from 381); Blue value is 168 (66.02% from 255 or 44.09% from 381); Max value from RGB is 205 - color contains mainly: green. Hex color #08CDA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CDA8 is #F73257. Grayscale: #8D8D8D. Windows color (decimal): -16200280 or 11062536. OLE color: 11062536.
HSL color Cylindrical-coordinate representation of color #08CDA8: hue angle of 168.73º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CDA8 is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 205 | 168 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.20 |
| HSL | 168.73º | 0.92% | 0.42% | - |
| HSV(B) | 168.73º | 0.96% | 0.8% | - |
| XYZ | 29 | 46.54 | 44.5 | - |
| YUV | 141.88 | 142.73 | 32.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 205 | 168 | 0.96 | 0 | 0.18 | 0.20 | 168.73 | 0.92 | 0.42 |
| Hex | 8 | CD | A8 | 60 | 0 | 12 | 14 | A9 | 5C | 2A |
| Octal | 10 | 315 | 250 | 140 | 0 | 22 | 24 | 251 | 134 | 52 |
| Binary | 1000 | 11001101 | 10101000 | 1100000 | 0 | 10010 | 10100 | 10101001 | 1011100 | 101010 |
Color Harmonies of #08CDA8
Complementary color
Monochromatic Colors of #08CDA8
Black with #08CDA8
Text Example
Text Example
White with #08CDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CDA8; }
p { color: rgb(8,205,168); }
H1.HeaderClassName
{
color: #08CDA8;
}
.AnyTagClassName
{
color: #08CDA8;
}
</style>
background-color css
<style>
a { background-color: #08CDA8; }
a { background-color: rgb(8,205,168); }
div.DivClassName
{
background-color: #08CDA8;
}
.BgClassName
{
background-color: #08CDA8;
}
</style>
border-color css
<style>
span { border-color: #08CDA8; }
span { border-color: rgb(8,205,168); }
td.TdClassName
{
border-color: #08CDA8;
}
.TagClassName
{
border-color: #08CDA8;
}
</style>