Shades of Caribbean Green #0CDEA2
Tints of Caribbean Green #0CDEA2
RGB
CMYK
RGB Variations
Color information
#0CDEA2 (or 0x0CDEA2) is known color: Caribbean Green. HEX triplet: 0C, DE and A2. RGB value is (12,222,162). Sum of RGB (Red+Green+Blue) = 12+222+162=396 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.03% from 396); Green value is 222 (87.11% from 255 or 56.06% from 396); Blue value is 162 (63.67% from 255 or 40.91% from 396); Max value from RGB is 222 - color contains mainly: green. Hex color #0CDEA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CDEA2 is #F3215D. Grayscale: #989898. Windows color (decimal): -15933790 or 10673676. OLE color: 10673676.
HSL color Cylindrical-coordinate representation of color #0CDEA2: hue angle of 162.86º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDEA2 is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 222 | 162 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.13 |
| HSL | 162.86º | 0.9% | 0.46% | - |
| HSV(B) | 162.86º | 0.95% | 0.87% | - |
| XYZ | 32.79 | 54.93 | 43.06 | - |
| YUV | 152.37 | 133.43 | 27.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 222 | 162 | 0.95 | 0 | 0.27 | 0.13 | 162.86 | 0.9 | 0.46 |
| Hex | C | DE | A2 | 5F | 0 | 1B | D | A3 | 5A | 2E |
| Octal | 14 | 336 | 242 | 137 | 0 | 33 | 15 | 243 | 132 | 56 |
| Binary | 1100 | 11011110 | 10100010 | 1011111 | 0 | 11011 | 1101 | 10100011 | 1011010 | 101110 |
Color Harmonies of #0CDEA2
Complementary color
Monochromatic Colors of #0CDEA2
Black with #0CDEA2
Text Example
Text Example
White with #0CDEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDEA2; }
p { color: rgb(12,222,162); }
H1.HeaderClassName
{
color: #0CDEA2;
}
.AnyTagClassName
{
color: #0CDEA2;
}
</style>
background-color css
<style>
a { background-color: #0CDEA2; }
a { background-color: rgb(12,222,162); }
div.DivClassName
{
background-color: #0CDEA2;
}
.BgClassName
{
background-color: #0CDEA2;
}
</style>
border-color css
<style>
span { border-color: #0CDEA2; }
span { border-color: rgb(12,222,162); }
td.TdClassName
{
border-color: #0CDEA2;
}
.TagClassName
{
border-color: #0CDEA2;
}
</style>