Shades of Aqua #12FEFC
Tints of Aqua #12FEFC
RGB
CMYK
RGB Variations
Color information
#12FEFC (or 0x12FEFC) is known color: Aqua. HEX triplet: 12, FE and FC. RGB value is (18,254,252). Sum of RGB (Red+Green+Blue) = 18+254+252=524 (69% of max value = 765). Red value is 18 (7.42% from 255 or 3.44% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #12FEFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12FEFC is #ED0103. Grayscale: #B6B6B6. Windows color (decimal): -15532292 or 16580114. OLE color: 16580114.
HSL color Cylindrical-coordinate representation of color #12FEFC: hue angle of 179.49º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FEFC is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 254 | 252 | - |
| CMYK | 0.93 | 0 | 0.01 | 0.00 |
| HSL | 179.49º | 0.99% | 0.53% | - |
| HSV(B) | 179.49º | 0.93% | 1% | - |
| XYZ | 53.26 | 78.04 | 104.35 | - |
| YUV | 183.21 | 166.81 | 10.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 254 | 252 | 0.93 | 0 | 0.01 | 0.00 | 179.49 | 0.99 | 0.53 |
| Hex | 12 | FE | FC | 5D | 0 | 1 | 0 | B3 | 63 | 35 |
| Octal | 22 | 376 | 374 | 135 | 0 | 1 | 0 | 263 | 143 | 65 |
| Binary | 10010 | 11111110 | 11111100 | 1011101 | 0 | 1 | 0 | 10110011 | 1100011 | 110101 |
Color Harmonies of #12FEFC
Complementary color
Monochromatic Colors of #12FEFC
Black with #12FEFC
Text Example
Text Example
White with #12FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FEFC; }
p { color: rgb(18,254,252); }
H1.HeaderClassName
{
color: #12FEFC;
}
.AnyTagClassName
{
color: #12FEFC;
}
</style>
background-color css
<style>
a { background-color: #12FEFC; }
a { background-color: rgb(18,254,252); }
div.DivClassName
{
background-color: #12FEFC;
}
.BgClassName
{
background-color: #12FEFC;
}
</style>
border-color css
<style>
span { border-color: #12FEFC; }
span { border-color: rgb(18,254,252); }
td.TdClassName
{
border-color: #12FEFC;
}
.TagClassName
{
border-color: #12FEFC;
}
</style>