Shades of Caribbean Green #0DCEAD
Tints of Caribbean Green #0DCEAD
RGB
CMYK
RGB Variations
Color information
#0DCEAD (or 0x0DCEAD) is known color: Caribbean Green. HEX triplet: 0D, CE and AD. RGB value is (13,206,173). Sum of RGB (Red+Green+Blue) = 13+206+173=392 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 392); Green value is 206 (80.86% from 255 or 52.55% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 206 - color contains mainly: green. Hex color #0DCEAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCEAD is #F23152. Grayscale: #909090. Windows color (decimal): -15872339 or 11390477. OLE color: 11390477.
HSL color Cylindrical-coordinate representation of color #0DCEAD: hue angle of 169.74º 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 #0DCEAD is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 206 | 173 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.19 |
| HSL | 169.74º | 0.88% | 0.43% | - |
| HSV(B) | 169.74º | 0.94% | 0.81% | - |
| XYZ | 29.78 | 47.25 | 47.08 | - |
| YUV | 144.53 | 144.06 | 34.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 206 | 173 | 0.94 | 0 | 0.16 | 0.19 | 169.74 | 0.88 | 0.43 |
| Hex | D | CE | AD | 5E | 0 | 10 | 13 | AA | 58 | 2B |
| Octal | 15 | 316 | 255 | 136 | 0 | 20 | 23 | 252 | 130 | 53 |
| Binary | 1101 | 11001110 | 10101101 | 1011110 | 0 | 10000 | 10011 | 10101010 | 1011000 | 101011 |
Color Harmonies of #0DCEAD
Complementary color
Monochromatic Colors of #0DCEAD
Black with #0DCEAD
Text Example
Text Example
White with #0DCEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCEAD; }
p { color: rgb(13,206,173); }
H1.HeaderClassName
{
color: #0DCEAD;
}
.AnyTagClassName
{
color: #0DCEAD;
}
</style>
background-color css
<style>
a { background-color: #0DCEAD; }
a { background-color: rgb(13,206,173); }
div.DivClassName
{
background-color: #0DCEAD;
}
.BgClassName
{
background-color: #0DCEAD;
}
</style>
border-color css
<style>
span { border-color: #0DCEAD; }
span { border-color: rgb(13,206,173); }
td.TdClassName
{
border-color: #0DCEAD;
}
.TagClassName
{
border-color: #0DCEAD;
}
</style>