Shades of Caribbean Green #0DCAA5
Tints of Caribbean Green #0DCAA5
RGB
CMYK
RGB Variations
Color information
#0DCAA5 (or 0x0DCAA5) is known color: Caribbean Green. HEX triplet: 0D, CA and A5. RGB value is (13,202,165). Sum of RGB (Red+Green+Blue) = 13+202+165=380 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.42% from 380); Green value is 202 (79.30% from 255 or 53.16% from 380); Blue value is 165 (64.84% from 255 or 43.42% from 380); Max value from RGB is 202 - color contains mainly: green. Hex color #0DCAA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCAA5 is #F2355A. Grayscale: #8D8D8D. Windows color (decimal): -15873371 or 10865165. OLE color: 10865165.
HSL color Cylindrical-coordinate representation of color #0DCAA5: hue angle of 168.25º 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 #0DCAA5 is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 202 | 165 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.21 |
| HSL | 168.25º | 0.88% | 0.42% | - |
| HSV(B) | 168.25º | 0.94% | 0.79% | - |
| XYZ | 28.08 | 45.04 | 42.81 | - |
| YUV | 141.27 | 141.38 | 36.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 202 | 165 | 0.94 | 0 | 0.18 | 0.21 | 168.25 | 0.88 | 0.42 |
| Hex | D | CA | A5 | 5E | 0 | 12 | 15 | A8 | 58 | 2A |
| Octal | 15 | 312 | 245 | 136 | 0 | 22 | 25 | 250 | 130 | 52 |
| Binary | 1101 | 11001010 | 10100101 | 1011110 | 0 | 10010 | 10101 | 10101000 | 1011000 | 101010 |
Color Harmonies of #0DCAA5
Complementary color
Monochromatic Colors of #0DCAA5
Black with #0DCAA5
Text Example
Text Example
White with #0DCAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCAA5; }
p { color: rgb(13,202,165); }
H1.HeaderClassName
{
color: #0DCAA5;
}
.AnyTagClassName
{
color: #0DCAA5;
}
</style>
background-color css
<style>
a { background-color: #0DCAA5; }
a { background-color: rgb(13,202,165); }
div.DivClassName
{
background-color: #0DCAA5;
}
.BgClassName
{
background-color: #0DCAA5;
}
</style>
border-color css
<style>
span { border-color: #0DCAA5; }
span { border-color: rgb(13,202,165); }
td.TdClassName
{
border-color: #0DCAA5;
}
.TagClassName
{
border-color: #0DCAA5;
}
</style>