Shades of Aqua #12EDFF
Tints of Aqua #12EDFF
RGB
CMYK
RGB Variations
Color information
#12EDFF (or 0x12EDFF) is known color: Aqua. HEX triplet: 12, ED and FF. RGB value is (18,237,255). Sum of RGB (Red+Green+Blue) = 18+237+255=510 (67% of max value = 765). Red value is 18 (7.42% from 255 or 3.53% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #12EDFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12EDFF is #ED1200. Grayscale: #ADADAD. Windows color (decimal): -15536641 or 16772370. OLE color: 16772370.
HSL color Cylindrical-coordinate representation of color #12EDFF: hue angle of 184.56º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12EDFF is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 237 | 255 | - |
| CMYK | 0.93 | 0.07 | 0 | 0 |
| HSL | 184.56º | 1% | 0.54% | - |
| HSV(B) | 184.56º | 0.93% | 1% | - |
| XYZ | 48.58 | 67.92 | 105.16 | - |
| YUV | 173.57 | 173.95 | 17.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 237 | 255 | 0.93 | 0.07 | 0 | 0 | 184.56 | 1 | 0.54 |
| Hex | 12 | ED | FF | 5D | 7 | 0 | 0 | B9 | 64 | 36 |
| Octal | 22 | 355 | 377 | 135 | 7 | 0 | 0 | 271 | 144 | 66 |
| Binary | 10010 | 11101101 | 11111111 | 1011101 | 111 | 0 | 0 | 10111001 | 1100100 | 110110 |
Color Harmonies of #12EDFF
Complementary color
Monochromatic Colors of #12EDFF
Black with #12EDFF
Text Example
Text Example
White with #12EDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EDFF; }
p { color: rgb(18,237,255); }
H1.HeaderClassName
{
color: #12EDFF;
}
.AnyTagClassName
{
color: #12EDFF;
}
</style>
background-color css
<style>
a { background-color: #12EDFF; }
a { background-color: rgb(18,237,255); }
div.DivClassName
{
background-color: #12EDFF;
}
.BgClassName
{
background-color: #12EDFF;
}
</style>
border-color css
<style>
span { border-color: #12EDFF; }
span { border-color: rgb(18,237,255); }
td.TdClassName
{
border-color: #12EDFF;
}
.TagClassName
{
border-color: #12EDFF;
}
</style>