Shades of Caribbean Green #08CDA9
Tints of Caribbean Green #08CDA9
RGB
CMYK
RGB Variations
Color information
#08CDA9 (or 0x08CDA9) is known color: Caribbean Green. HEX triplet: 08, CD and A9. RGB value is (8,205,169). Sum of RGB (Red+Green+Blue) = 8+205+169=382 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.09% from 382); Green value is 205 (80.47% from 255 or 53.66% from 382); Blue value is 169 (66.41% from 255 or 44.24% from 382); Max value from RGB is 205 - color contains mainly: green. Hex color #08CDA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CDA9 is #F73256. Grayscale: #8D8D8D. Windows color (decimal): -16200279 or 11128072. OLE color: 11128072.
HSL color Cylindrical-coordinate representation of color #08CDA9: hue angle of 169.04º 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 #08CDA9 is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 205 | 169 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.20 |
| HSL | 169.04º | 0.92% | 0.42% | - |
| HSV(B) | 169.04º | 0.96% | 0.8% | - |
| XYZ | 29.09 | 46.58 | 44.99 | - |
| YUV | 141.99 | 143.23 | 32.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 205 | 169 | 0.96 | 0 | 0.18 | 0.20 | 169.04 | 0.92 | 0.42 |
| Hex | 8 | CD | A9 | 60 | 0 | 12 | 14 | A9 | 5C | 2A |
| Octal | 10 | 315 | 251 | 140 | 0 | 22 | 24 | 251 | 134 | 52 |
| Binary | 1000 | 11001101 | 10101001 | 1100000 | 0 | 10010 | 10100 | 10101001 | 1011100 | 101010 |
Color Harmonies of #08CDA9
Complementary color
Monochromatic Colors of #08CDA9
Black with #08CDA9
Text Example
Text Example
White with #08CDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CDA9; }
p { color: rgb(8,205,169); }
H1.HeaderClassName
{
color: #08CDA9;
}
.AnyTagClassName
{
color: #08CDA9;
}
</style>
background-color css
<style>
a { background-color: #08CDA9; }
a { background-color: rgb(8,205,169); }
div.DivClassName
{
background-color: #08CDA9;
}
.BgClassName
{
background-color: #08CDA9;
}
</style>
border-color css
<style>
span { border-color: #08CDA9; }
span { border-color: rgb(8,205,169); }
td.TdClassName
{
border-color: #08CDA9;
}
.TagClassName
{
border-color: #08CDA9;
}
</style>