Shades of Caribbean Green #0DCA8C
Tints of Caribbean Green #0DCA8C
RGB
CMYK
RGB Variations
Color information
#0DCA8C (or 0x0DCA8C) is known color: Caribbean Green. HEX triplet: 0D, CA and 8C. RGB value is (13,202,140). Sum of RGB (Red+Green+Blue) = 13+202+140=355 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.66% from 355); Green value is 202 (79.30% from 255 or 56.90% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 202 - color contains mainly: green. Hex color #0DCA8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCA8C is #F23573. Grayscale: #8A8A8A. Windows color (decimal): -15873396 or 9226765. OLE color: 9226765.
HSL color Cylindrical-coordinate representation of color #0DCA8C: hue angle of 160.32º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCA8C is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 202 | 140 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.21 |
| HSL | 160.32º | 0.88% | 0.42% | - |
| HSV(B) | 160.32º | 0.94% | 0.79% | - |
| XYZ | 26.02 | 44.22 | 31.97 | - |
| YUV | 138.42 | 128.88 | 38.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 202 | 140 | 0.94 | 0 | 0.31 | 0.21 | 160.32 | 0.88 | 0.42 |
| Hex | D | CA | 8C | 5E | 0 | 1F | 15 | A0 | 58 | 2A |
| Octal | 15 | 312 | 214 | 136 | 0 | 37 | 25 | 240 | 130 | 52 |
| Binary | 1101 | 11001010 | 10001100 | 1011110 | 0 | 11111 | 10101 | 10100000 | 1011000 | 101010 |
Color Harmonies of #0DCA8C
Complementary color
Monochromatic Colors of #0DCA8C
Black with #0DCA8C
Text Example
Text Example
White with #0DCA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCA8C; }
p { color: rgb(13,202,140); }
H1.HeaderClassName
{
color: #0DCA8C;
}
.AnyTagClassName
{
color: #0DCA8C;
}
</style>
background-color css
<style>
a { background-color: #0DCA8C; }
a { background-color: rgb(13,202,140); }
div.DivClassName
{
background-color: #0DCA8C;
}
.BgClassName
{
background-color: #0DCA8C;
}
</style>
border-color css
<style>
span { border-color: #0DCA8C; }
span { border-color: rgb(13,202,140); }
td.TdClassName
{
border-color: #0DCA8C;
}
.TagClassName
{
border-color: #0DCA8C;
}
</style>