Shades of Caribbean Green #0ECCB2
Tints of Caribbean Green #0ECCB2
RGB
CMYK
RGB Variations
Color information
#0ECCB2 (or 0x0ECCB2) is known color: Caribbean Green. HEX triplet: 0E, CC and B2. RGB value is (14,204,178). Sum of RGB (Red+Green+Blue) = 14+204+178=396 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.54% from 396); Green value is 204 (80.08% from 255 or 51.52% from 396); Blue value is 178 (69.92% from 255 or 44.95% from 396); Max value from RGB is 204 - color contains mainly: green. Hex color #0ECCB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECCB2 is #F1334D. Grayscale: #909090. Windows color (decimal): -15807310 or 11717646. OLE color: 11717646.
HSL color Cylindrical-coordinate representation of color #0ECCB2: hue angle of 171.79º 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 #0ECCB2 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 14 | 204 | 178 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.2 |
| HSL | 171.79º | 0.87% | 0.43% | - |
| HSV(B) | 171.79º | 0.93% | 0.8% | - |
| XYZ | 29.81 | 46.49 | 49.52 | - |
| YUV | 144.23 | 147.05 | 35.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 204 | 178 | 0.93 | 0 | 0.13 | 0.2 | 171.79 | 0.87 | 0.43 |
| Hex | E | CC | B2 | 5D | 0 | D | 14 | AC | 57 | 2B |
| Octal | 16 | 314 | 262 | 135 | 0 | 15 | 24 | 254 | 127 | 53 |
| Binary | 1110 | 11001100 | 10110010 | 1011101 | 0 | 1101 | 10100 | 10101100 | 1010111 | 101011 |
Color Harmonies of #0ECCB2
Complementary color
Monochromatic Colors of #0ECCB2
Black with #0ECCB2
Text Example
Text Example
White with #0ECCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECCB2; }
p { color: rgb(14,204,178); }
H1.HeaderClassName
{
color: #0ECCB2;
}
.AnyTagClassName
{
color: #0ECCB2;
}
</style>
background-color css
<style>
a { background-color: #0ECCB2; }
a { background-color: rgb(14,204,178); }
div.DivClassName
{
background-color: #0ECCB2;
}
.BgClassName
{
background-color: #0ECCB2;
}
</style>
border-color css
<style>
span { border-color: #0ECCB2; }
span { border-color: rgb(14,204,178); }
td.TdClassName
{
border-color: #0ECCB2;
}
.TagClassName
{
border-color: #0ECCB2;
}
</style>