Shades of Aqua #0CFAFA
Tints of Aqua #0CFAFA
RGB
CMYK
RGB Variations
Color information
#0CFAFA (or 0x0CFAFA) is known color: Aqua. HEX triplet: 0C, FA and FA. RGB value is (12,250,250). Sum of RGB (Red+Green+Blue) = 12+250+250=512 (67% of max value = 765). Red value is 12 (5.08% from 255 or 2.34% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #0CFAFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CFAFA is #F30505. Grayscale: #B2B2B2. Windows color (decimal): -15926534 or 16448012. OLE color: 16448012.
HSL color Cylindrical-coordinate representation of color #0CFAFA: hue angle of 180º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFAFA is Cyan = 0.95, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 250 | 250 | - |
| CMYK | 0.95 | 0 | 0 | 0.02 |
| HSL | 180º | 0.96% | 0.51% | - |
| HSV(B) | 180º | 0.95% | 0.98% | - |
| XYZ | 51.59 | 75.35 | 102.27 | - |
| YUV | 178.84 | 168.15 | 9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 250 | 250 | 0.95 | 0 | 0 | 0.02 | 180 | 0.96 | 0.51 |
| Hex | C | FA | FA | 5F | 0 | 0 | 2 | B4 | 60 | 33 |
| Octal | 14 | 372 | 372 | 137 | 0 | 0 | 2 | 264 | 140 | 63 |
| Binary | 1100 | 11111010 | 11111010 | 1011111 | 0 | 0 | 10 | 10110100 | 1100000 | 110011 |
Color Harmonies of #0CFAFA
Complementary color
Monochromatic Colors of #0CFAFA
Black with #0CFAFA
Text Example
Text Example
White with #0CFAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFAFA; }
p { color: rgb(12,250,250); }
H1.HeaderClassName
{
color: #0CFAFA;
}
.AnyTagClassName
{
color: #0CFAFA;
}
</style>
background-color css
<style>
a { background-color: #0CFAFA; }
a { background-color: rgb(12,250,250); }
div.DivClassName
{
background-color: #0CFAFA;
}
.BgClassName
{
background-color: #0CFAFA;
}
</style>
border-color css
<style>
span { border-color: #0CFAFA; }
span { border-color: rgb(12,250,250); }
td.TdClassName
{
border-color: #0CFAFA;
}
.TagClassName
{
border-color: #0CFAFA;
}
</style>