Shades of Caribbean Green #0DCFAA
Tints of Caribbean Green #0DCFAA
RGB
CMYK
RGB Variations
Color information
#0DCFAA (or 0x0DCFAA) is known color: Caribbean Green. HEX triplet: 0D, CF and AA. RGB value is (13,207,170). Sum of RGB (Red+Green+Blue) = 13+207+170=390 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.33% from 390); Green value is 207 (81.25% from 255 or 53.08% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 207 - color contains mainly: green. Hex color #0DCFAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCFAA is #F23055. Grayscale: #909090. Windows color (decimal): -15872086 or 11194125. OLE color: 11194125.
HSL color Cylindrical-coordinate representation of color #0DCFAA: hue angle of 168.56º 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 #0DCFAA is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 207 | 170 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.19 |
| HSL | 168.56º | 0.88% | 0.43% | - |
| HSV(B) | 168.56º | 0.94% | 0.81% | - |
| XYZ | 29.73 | 47.61 | 45.65 | - |
| YUV | 144.78 | 142.23 | 34.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 207 | 170 | 0.94 | 0 | 0.18 | 0.19 | 168.56 | 0.88 | 0.43 |
| Hex | D | CF | AA | 5E | 0 | 12 | 13 | A9 | 58 | 2B |
| Octal | 15 | 317 | 252 | 136 | 0 | 22 | 23 | 251 | 130 | 53 |
| Binary | 1101 | 11001111 | 10101010 | 1011110 | 0 | 10010 | 10011 | 10101001 | 1011000 | 101011 |
Color Harmonies of #0DCFAA
Complementary color
Monochromatic Colors of #0DCFAA
Black with #0DCFAA
Text Example
Text Example
White with #0DCFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCFAA; }
p { color: rgb(13,207,170); }
H1.HeaderClassName
{
color: #0DCFAA;
}
.AnyTagClassName
{
color: #0DCFAA;
}
</style>
background-color css
<style>
a { background-color: #0DCFAA; }
a { background-color: rgb(13,207,170); }
div.DivClassName
{
background-color: #0DCFAA;
}
.BgClassName
{
background-color: #0DCFAA;
}
</style>
border-color css
<style>
span { border-color: #0DCFAA; }
span { border-color: rgb(13,207,170); }
td.TdClassName
{
border-color: #0DCFAA;
}
.TagClassName
{
border-color: #0DCFAA;
}
</style>