Shades of Aqua #12EFFC
Tints of Aqua #12EFFC
RGB
CMYK
RGB Variations
Color information
#12EFFC (or 0x12EFFC) is known color: Aqua. HEX triplet: 12, EF and FC. RGB value is (18,239,252). Sum of RGB (Red+Green+Blue) = 18+239+252=509 (67% of max value = 765). Red value is 18 (7.42% from 255 or 3.54% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #12EFFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12EFFC is #ED1003. Grayscale: #AEAEAE. Windows color (decimal): -15536132 or 16576274. OLE color: 16576274.
HSL color Cylindrical-coordinate representation of color #12EFFC: hue angle of 183.33º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12EFFC is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 239 | 252 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.01 |
| HSL | 183.33º | 0.98% | 0.53% | - |
| HSV(B) | 183.33º | 0.93% | 0.99% | - |
| XYZ | 48.69 | 68.89 | 102.83 | - |
| YUV | 174.4 | 171.78 | 16.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 239 | 252 | 0.93 | 0.05 | 0 | 0.01 | 183.33 | 0.98 | 0.53 |
| Hex | 12 | EF | FC | 5D | 5 | 0 | 1 | B7 | 62 | 35 |
| Octal | 22 | 357 | 374 | 135 | 5 | 0 | 1 | 267 | 142 | 65 |
| Binary | 10010 | 11101111 | 11111100 | 1011101 | 101 | 0 | 1 | 10110111 | 1100010 | 110101 |
Color Harmonies of #12EFFC
Complementary color
Monochromatic Colors of #12EFFC
Black with #12EFFC
Text Example
Text Example
White with #12EFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EFFC; }
p { color: rgb(18,239,252); }
H1.HeaderClassName
{
color: #12EFFC;
}
.AnyTagClassName
{
color: #12EFFC;
}
</style>
background-color css
<style>
a { background-color: #12EFFC; }
a { background-color: rgb(18,239,252); }
div.DivClassName
{
background-color: #12EFFC;
}
.BgClassName
{
background-color: #12EFFC;
}
</style>
border-color css
<style>
span { border-color: #12EFFC; }
span { border-color: rgb(18,239,252); }
td.TdClassName
{
border-color: #12EFFC;
}
.TagClassName
{
border-color: #12EFFC;
}
</style>