Shades of Caribbean Green #0ECCAD
Tints of Caribbean Green #0ECCAD
RGB
CMYK
RGB Variations
Color information
#0ECCAD (or 0x0ECCAD) is known color: Caribbean Green. HEX triplet: 0E, CC and AD. RGB value is (14,204,173). Sum of RGB (Red+Green+Blue) = 14+204+173=391 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.58% from 391); Green value is 204 (80.08% from 255 or 52.17% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 204 - color contains mainly: green. Hex color #0ECCAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECCAD is #F13352. Grayscale: #8F8F8F. Windows color (decimal): -15807315 or 11389966. OLE color: 11389966.
HSL color Cylindrical-coordinate representation of color #0ECCAD: hue angle of 170.21º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECCAD is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 14 | 204 | 173 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.2 |
| HSL | 170.21º | 0.87% | 0.43% | - |
| HSV(B) | 170.21º | 0.93% | 0.8% | - |
| XYZ | 29.32 | 46.3 | 46.93 | - |
| YUV | 143.66 | 144.55 | 35.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 204 | 173 | 0.93 | 0 | 0.15 | 0.2 | 170.21 | 0.87 | 0.43 |
| Hex | E | CC | AD | 5D | 0 | F | 14 | AA | 57 | 2B |
| Octal | 16 | 314 | 255 | 135 | 0 | 17 | 24 | 252 | 127 | 53 |
| Binary | 1110 | 11001100 | 10101101 | 1011101 | 0 | 1111 | 10100 | 10101010 | 1010111 | 101011 |
Color Harmonies of #0ECCAD
Complementary color
Monochromatic Colors of #0ECCAD
Black with #0ECCAD
Text Example
Text Example
White with #0ECCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECCAD; }
p { color: rgb(14,204,173); }
H1.HeaderClassName
{
color: #0ECCAD;
}
.AnyTagClassName
{
color: #0ECCAD;
}
</style>
background-color css
<style>
a { background-color: #0ECCAD; }
a { background-color: rgb(14,204,173); }
div.DivClassName
{
background-color: #0ECCAD;
}
.BgClassName
{
background-color: #0ECCAD;
}
</style>
border-color css
<style>
span { border-color: #0ECCAD; }
span { border-color: rgb(14,204,173); }
td.TdClassName
{
border-color: #0ECCAD;
}
.TagClassName
{
border-color: #0ECCAD;
}
</style>