Shades of Caribbean Green #0DCAA4
Tints of Caribbean Green #0DCAA4
RGB
CMYK
RGB Variations
Color information
#0DCAA4 (or 0x0DCAA4) is known color: Caribbean Green. HEX triplet: 0D, CA and A4. RGB value is (13,202,164). Sum of RGB (Red+Green+Blue) = 13+202+164=379 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.43% from 379); Green value is 202 (79.30% from 255 or 53.30% from 379); Blue value is 164 (64.45% from 255 or 43.27% from 379); Max value from RGB is 202 - color contains mainly: green. Hex color #0DCAA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCAA4 is #F2355B. Grayscale: #8D8D8D. Windows color (decimal): -15873372 or 10799629. OLE color: 10799629.
HSL color Cylindrical-coordinate representation of color #0DCAA4: hue angle of 167.94º 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 #0DCAA4 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 202 | 164 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.21 |
| HSL | 167.94º | 0.88% | 0.42% | - |
| HSV(B) | 167.94º | 0.94% | 0.79% | - |
| XYZ | 27.99 | 45.01 | 42.33 | - |
| YUV | 141.16 | 140.88 | 36.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 202 | 164 | 0.94 | 0 | 0.19 | 0.21 | 167.94 | 0.88 | 0.42 |
| Hex | D | CA | A4 | 5E | 0 | 13 | 15 | A8 | 58 | 2A |
| Octal | 15 | 312 | 244 | 136 | 0 | 23 | 25 | 250 | 130 | 52 |
| Binary | 1101 | 11001010 | 10100100 | 1011110 | 0 | 10011 | 10101 | 10101000 | 1011000 | 101010 |
Color Harmonies of #0DCAA4
Complementary color
Monochromatic Colors of #0DCAA4
Black with #0DCAA4
Text Example
Text Example
White with #0DCAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCAA4; }
p { color: rgb(13,202,164); }
H1.HeaderClassName
{
color: #0DCAA4;
}
.AnyTagClassName
{
color: #0DCAA4;
}
</style>
background-color css
<style>
a { background-color: #0DCAA4; }
a { background-color: rgb(13,202,164); }
div.DivClassName
{
background-color: #0DCAA4;
}
.BgClassName
{
background-color: #0DCAA4;
}
</style>
border-color css
<style>
span { border-color: #0DCAA4; }
span { border-color: rgb(13,202,164); }
td.TdClassName
{
border-color: #0DCAA4;
}
.TagClassName
{
border-color: #0DCAA4;
}
</style>