Shades of Caribbean Green #0DCCB2
Tints of Caribbean Green #0DCCB2
RGB
CMYK
RGB Variations
Color information
#0DCCB2 (or 0x0DCCB2) is known color: Caribbean Green. HEX triplet: 0D, CC and B2. RGB value is (13,204,178). Sum of RGB (Red+Green+Blue) = 13+204+178=395 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.29% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 178 (69.92% from 255 or 45.06% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #0DCCB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCCB2 is #F2334D. Grayscale: #8F8F8F. Windows color (decimal): -15872846 or 11717645. OLE color: 11717645.
HSL color Cylindrical-coordinate representation of color #0DCCB2: hue angle of 171.83º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCCB2 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 204 | 178 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.2 |
| HSL | 171.83º | 0.88% | 0.43% | - |
| HSV(B) | 171.83º | 0.94% | 0.8% | - |
| XYZ | 29.79 | 46.49 | 49.52 | - |
| YUV | 143.93 | 147.22 | 34.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 204 | 178 | 0.94 | 0 | 0.13 | 0.2 | 171.83 | 0.88 | 0.43 |
| Hex | D | CC | B2 | 5E | 0 | D | 14 | AC | 58 | 2B |
| Octal | 15 | 314 | 262 | 136 | 0 | 15 | 24 | 254 | 130 | 53 |
| Binary | 1101 | 11001100 | 10110010 | 1011110 | 0 | 1101 | 10100 | 10101100 | 1011000 | 101011 |
Color Harmonies of #0DCCB2
Complementary color
Monochromatic Colors of #0DCCB2
Black with #0DCCB2
Text Example
Text Example
White with #0DCCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCCB2; }
p { color: rgb(13,204,178); }
H1.HeaderClassName
{
color: #0DCCB2;
}
.AnyTagClassName
{
color: #0DCCB2;
}
</style>
background-color css
<style>
a { background-color: #0DCCB2; }
a { background-color: rgb(13,204,178); }
div.DivClassName
{
background-color: #0DCCB2;
}
.BgClassName
{
background-color: #0DCCB2;
}
</style>
border-color css
<style>
span { border-color: #0DCCB2; }
span { border-color: rgb(13,204,178); }
td.TdClassName
{
border-color: #0DCCB2;
}
.TagClassName
{
border-color: #0DCCB2;
}
</style>