Shades of Caribbean Green #0DCFA4
Tints of Caribbean Green #0DCFA4
RGB
CMYK
RGB Variations
Color information
#0DCFA4 (or 0x0DCFA4) is known color: Caribbean Green. HEX triplet: 0D, CF and A4. RGB value is (13,207,164). Sum of RGB (Red+Green+Blue) = 13+207+164=384 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.39% from 384); Green value is 207 (81.25% from 255 or 53.91% from 384); Blue value is 164 (64.45% from 255 or 42.71% from 384); Max value from RGB is 207 - color contains mainly: green. Hex color #0DCFA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCFA4 is #F2305B. Grayscale: #909090. Windows color (decimal): -15872092 or 10800909. OLE color: 10800909.
HSL color Cylindrical-coordinate representation of color #0DCFA4: hue angle of 166.7º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCFA4 is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 207 | 164 | - |
| CMYK | 0.94 | 0 | 0.21 | 0.19 |
| HSL | 166.7º | 0.88% | 0.43% | - |
| HSV(B) | 166.7º | 0.94% | 0.81% | - |
| XYZ | 29.18 | 47.39 | 42.73 | - |
| YUV | 144.09 | 139.23 | 34.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 207 | 164 | 0.94 | 0 | 0.21 | 0.19 | 166.7 | 0.88 | 0.43 |
| Hex | D | CF | A4 | 5E | 0 | 15 | 13 | A7 | 58 | 2B |
| Octal | 15 | 317 | 244 | 136 | 0 | 25 | 23 | 247 | 130 | 53 |
| Binary | 1101 | 11001111 | 10100100 | 1011110 | 0 | 10101 | 10011 | 10100111 | 1011000 | 101011 |
Color Harmonies of #0DCFA4
Complementary color
Monochromatic Colors of #0DCFA4
Black with #0DCFA4
Text Example
Text Example
White with #0DCFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCFA4; }
p { color: rgb(13,207,164); }
H1.HeaderClassName
{
color: #0DCFA4;
}
.AnyTagClassName
{
color: #0DCFA4;
}
</style>
background-color css
<style>
a { background-color: #0DCFA4; }
a { background-color: rgb(13,207,164); }
div.DivClassName
{
background-color: #0DCFA4;
}
.BgClassName
{
background-color: #0DCFA4;
}
</style>
border-color css
<style>
span { border-color: #0DCFA4; }
span { border-color: rgb(13,207,164); }
td.TdClassName
{
border-color: #0DCFA4;
}
.TagClassName
{
border-color: #0DCFA4;
}
</style>