Shades of Caribbean Green #0DCFAB
Tints of Caribbean Green #0DCFAB
RGB
CMYK
RGB Variations
Color information
#0DCFAB (or 0x0DCFAB) is known color: Caribbean Green. HEX triplet: 0D, CF and AB. RGB value is (13,207,171). Sum of RGB (Red+Green+Blue) = 13+207+171=391 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 391); Green value is 207 (81.25% from 255 or 52.94% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 207 - color contains mainly: green. Hex color #0DCFAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCFAB is #F23054. Grayscale: #909090. Windows color (decimal): -15872085 or 11259661. OLE color: 11259661.
HSL color Cylindrical-coordinate representation of color #0DCFAB: hue angle of 168.87º 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 #0DCFAB is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 207 | 171 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.19 |
| HSL | 168.87º | 0.88% | 0.43% | - |
| HSV(B) | 168.87º | 0.94% | 0.81% | - |
| XYZ | 29.83 | 47.65 | 46.15 | - |
| YUV | 144.89 | 142.73 | 33.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 207 | 171 | 0.94 | 0 | 0.17 | 0.19 | 168.87 | 0.88 | 0.43 |
| Hex | D | CF | AB | 5E | 0 | 11 | 13 | A9 | 58 | 2B |
| Octal | 15 | 317 | 253 | 136 | 0 | 21 | 23 | 251 | 130 | 53 |
| Binary | 1101 | 11001111 | 10101011 | 1011110 | 0 | 10001 | 10011 | 10101001 | 1011000 | 101011 |
Color Harmonies of #0DCFAB
Complementary color
Monochromatic Colors of #0DCFAB
Black with #0DCFAB
Text Example
Text Example
White with #0DCFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCFAB; }
p { color: rgb(13,207,171); }
H1.HeaderClassName
{
color: #0DCFAB;
}
.AnyTagClassName
{
color: #0DCFAB;
}
</style>
background-color css
<style>
a { background-color: #0DCFAB; }
a { background-color: rgb(13,207,171); }
div.DivClassName
{
background-color: #0DCFAB;
}
.BgClassName
{
background-color: #0DCFAB;
}
</style>
border-color css
<style>
span { border-color: #0DCFAB; }
span { border-color: rgb(13,207,171); }
td.TdClassName
{
border-color: #0DCFAB;
}
.TagClassName
{
border-color: #0DCFAB;
}
</style>