Shades of Caribbean Green #0DCBAC
Tints of Caribbean Green #0DCBAC
RGB
CMYK
RGB Variations
Color information
#0DCBAC (or 0x0DCBAC) is known color: Caribbean Green. HEX triplet: 0D, CB and AC. RGB value is (13,203,172). Sum of RGB (Red+Green+Blue) = 13+203+172=388 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.35% from 388); Green value is 203 (79.69% from 255 or 52.32% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 203 - color contains mainly: green. Hex color #0DCBAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCBAC is #F23453. Grayscale: #8E8E8E. Windows color (decimal): -15873108 or 11324173. OLE color: 11324173.
HSL color Cylindrical-coordinate representation of color #0DCBAC: hue angle of 170.21º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCBAC is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 203 | 172 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.20 |
| HSL | 170.21º | 0.88% | 0.42% | - |
| HSV(B) | 170.21º | 0.94% | 0.8% | - |
| XYZ | 28.97 | 45.78 | 46.34 | - |
| YUV | 142.66 | 144.55 | 35.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 203 | 172 | 0.94 | 0 | 0.15 | 0.20 | 170.21 | 0.88 | 0.42 |
| Hex | D | CB | AC | 5E | 0 | F | 14 | AA | 58 | 2A |
| Octal | 15 | 313 | 254 | 136 | 0 | 17 | 24 | 252 | 130 | 52 |
| Binary | 1101 | 11001011 | 10101100 | 1011110 | 0 | 1111 | 10100 | 10101010 | 1011000 | 101010 |
Color Harmonies of #0DCBAC
Complementary color
Monochromatic Colors of #0DCBAC
Black with #0DCBAC
Text Example
Text Example
White with #0DCBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCBAC; }
p { color: rgb(13,203,172); }
H1.HeaderClassName
{
color: #0DCBAC;
}
.AnyTagClassName
{
color: #0DCBAC;
}
</style>
background-color css
<style>
a { background-color: #0DCBAC; }
a { background-color: rgb(13,203,172); }
div.DivClassName
{
background-color: #0DCBAC;
}
.BgClassName
{
background-color: #0DCBAC;
}
</style>
border-color css
<style>
span { border-color: #0DCBAC; }
span { border-color: rgb(13,203,172); }
td.TdClassName
{
border-color: #0DCBAC;
}
.TagClassName
{
border-color: #0DCBAC;
}
</style>