Shades of Caribbean Green #0ECDA3
Tints of Caribbean Green #0ECDA3
RGB
CMYK
RGB Variations
Color information
#0ECDA3 (or 0x0ECDA3) is known color: Caribbean Green. HEX triplet: 0E, CD and A3. RGB value is (14,205,163). Sum of RGB (Red+Green+Blue) = 14+205+163=382 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.66% from 382); Green value is 205 (80.47% from 255 or 53.66% from 382); Blue value is 163 (64.06% from 255 or 42.67% from 382); Max value from RGB is 205 - color contains mainly: green. Hex color #0ECDA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECDA3 is #F1325C. Grayscale: #8F8F8F. Windows color (decimal): -15807069 or 10734862. OLE color: 10734862.
HSL color Cylindrical-coordinate representation of color #0ECDA3: hue angle of 166.81º 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 #0ECDA3 is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 14 | 205 | 163 | - |
| CMYK | 0.93 | 0 | 0.20 | 0.20 |
| HSL | 166.81º | 0.87% | 0.43% | - |
| HSV(B) | 166.81º | 0.93% | 0.8% | - |
| XYZ | 28.62 | 46.4 | 42.1 | - |
| YUV | 143.1 | 139.22 | 35.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 205 | 163 | 0.93 | 0 | 0.20 | 0.20 | 166.81 | 0.87 | 0.43 |
| Hex | E | CD | A3 | 5D | 0 | 14 | 14 | A7 | 57 | 2B |
| Octal | 16 | 315 | 243 | 135 | 0 | 24 | 24 | 247 | 127 | 53 |
| Binary | 1110 | 11001101 | 10100011 | 1011101 | 0 | 10100 | 10100 | 10100111 | 1010111 | 101011 |
Color Harmonies of #0ECDA3
Complementary color
Monochromatic Colors of #0ECDA3
Black with #0ECDA3
Text Example
Text Example
White with #0ECDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECDA3; }
p { color: rgb(14,205,163); }
H1.HeaderClassName
{
color: #0ECDA3;
}
.AnyTagClassName
{
color: #0ECDA3;
}
</style>
background-color css
<style>
a { background-color: #0ECDA3; }
a { background-color: rgb(14,205,163); }
div.DivClassName
{
background-color: #0ECDA3;
}
.BgClassName
{
background-color: #0ECDA3;
}
</style>
border-color css
<style>
span { border-color: #0ECDA3; }
span { border-color: rgb(14,205,163); }
td.TdClassName
{
border-color: #0ECDA3;
}
.TagClassName
{
border-color: #0ECDA3;
}
</style>