Shades of Caribbean Green #0DCFA2
Tints of Caribbean Green #0DCFA2
RGB
CMYK
RGB Variations
Color information
#0DCFA2 (or 0x0DCFA2) is known color: Caribbean Green. HEX triplet: 0D, CF and A2. RGB value is (13,207,162). Sum of RGB (Red+Green+Blue) = 13+207+162=382 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.40% from 382); Green value is 207 (81.25% from 255 or 54.19% from 382); Blue value is 162 (63.67% from 255 or 42.41% from 382); Max value from RGB is 207 - color contains mainly: green. Hex color #0DCFA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCFA2 is #F2305D. Grayscale: #8F8F8F. Windows color (decimal): -15872094 or 10669837. OLE color: 10669837.
HSL color Cylindrical-coordinate representation of color #0DCFA2: hue angle of 166.08º 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 #0DCFA2 is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 207 | 162 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.19 |
| HSL | 166.08º | 0.88% | 0.43% | - |
| HSV(B) | 166.08º | 0.94% | 0.81% | - |
| XYZ | 29 | 47.32 | 41.79 | - |
| YUV | 143.86 | 138.23 | 34.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 207 | 162 | 0.94 | 0 | 0.22 | 0.19 | 166.08 | 0.88 | 0.43 |
| Hex | D | CF | A2 | 5E | 0 | 16 | 13 | A6 | 58 | 2B |
| Octal | 15 | 317 | 242 | 136 | 0 | 26 | 23 | 246 | 130 | 53 |
| Binary | 1101 | 11001111 | 10100010 | 1011110 | 0 | 10110 | 10011 | 10100110 | 1011000 | 101011 |
Color Harmonies of #0DCFA2
Complementary color
Monochromatic Colors of #0DCFA2
Black with #0DCFA2
Text Example
Text Example
White with #0DCFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCFA2; }
p { color: rgb(13,207,162); }
H1.HeaderClassName
{
color: #0DCFA2;
}
.AnyTagClassName
{
color: #0DCFA2;
}
</style>
background-color css
<style>
a { background-color: #0DCFA2; }
a { background-color: rgb(13,207,162); }
div.DivClassName
{
background-color: #0DCFA2;
}
.BgClassName
{
background-color: #0DCFA2;
}
</style>
border-color css
<style>
span { border-color: #0DCFA2; }
span { border-color: rgb(13,207,162); }
td.TdClassName
{
border-color: #0DCFA2;
}
.TagClassName
{
border-color: #0DCFA2;
}
</style>