Shades of Aqua #0CFBEC
Tints of Aqua #0CFBEC
RGB
CMYK
RGB Variations
Color information
#0CFBEC (or 0x0CFBEC) is known color: Aqua. HEX triplet: 0C, FB and EC. RGB value is (12,251,236). Sum of RGB (Red+Green+Blue) = 12+251+236=499 (66% of max value = 765). Red value is 12 (5.08% from 255 or 2.40% from 499); Green value is 251 (98.44% from 255 or 50.30% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFBEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CFBEC is #F30413. Grayscale: #B1B1B1. Windows color (decimal): -15926292 or 15530764. OLE color: 15530764.
HSL color Cylindrical-coordinate representation of color #0CFBEC: hue angle of 176.23º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFBEC is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 251 | 236 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.02 |
| HSL | 176.23º | 0.97% | 0.52% | - |
| HSV(B) | 176.23º | 0.95% | 0.98% | - |
| XYZ | 49.79 | 75.13 | 91.23 | - |
| YUV | 177.83 | 160.82 | 9.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 251 | 236 | 0.95 | 0 | 0.06 | 0.02 | 176.23 | 0.97 | 0.52 |
| Hex | C | FB | EC | 5F | 0 | 6 | 2 | B0 | 61 | 34 |
| Octal | 14 | 373 | 354 | 137 | 0 | 6 | 2 | 260 | 141 | 64 |
| Binary | 1100 | 11111011 | 11101100 | 1011111 | 0 | 110 | 10 | 10110000 | 1100001 | 110100 |
Color Harmonies of #0CFBEC
Complementary color
Monochromatic Colors of #0CFBEC
Black with #0CFBEC
Text Example
Text Example
White with #0CFBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFBEC; }
p { color: rgb(12,251,236); }
H1.HeaderClassName
{
color: #0CFBEC;
}
.AnyTagClassName
{
color: #0CFBEC;
}
</style>
background-color css
<style>
a { background-color: #0CFBEC; }
a { background-color: rgb(12,251,236); }
div.DivClassName
{
background-color: #0CFBEC;
}
.BgClassName
{
background-color: #0CFBEC;
}
</style>
border-color css
<style>
span { border-color: #0CFBEC; }
span { border-color: rgb(12,251,236); }
td.TdClassName
{
border-color: #0CFBEC;
}
.TagClassName
{
border-color: #0CFBEC;
}
</style>