Shades of Aqua #12EEFF
Tints of Aqua #12EEFF
RGB
CMYK
RGB Variations
Color information
#12EEFF (or 0x12EEFF) is known color: Aqua. HEX triplet: 12, EE and FF. RGB value is (18,238,255). Sum of RGB (Red+Green+Blue) = 18+238+255=511 (67% of max value = 765). Red value is 18 (7.42% from 255 or 3.52% from 511); Green value is 238 (93.36% from 255 or 46.58% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #12EEFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12EEFF is #ED1100. Grayscale: #ADADAD. Windows color (decimal): -15536385 or 16772626. OLE color: 16772626.
HSL color Cylindrical-coordinate representation of color #12EEFF: hue angle of 184.3º 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 #12EEFF is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 238 | 255 | - |
| CMYK | 0.93 | 0.07 | 0 | 0 |
| HSL | 184.3º | 1% | 0.54% | - |
| HSV(B) | 184.3º | 0.93% | 1% | - |
| XYZ | 48.87 | 68.5 | 105.25 | - |
| YUV | 174.16 | 173.61 | 16.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 238 | 255 | 0.93 | 0.07 | 0 | 0 | 184.3 | 1 | 0.54 |
| Hex | 12 | EE | FF | 5D | 7 | 0 | 0 | B8 | 64 | 36 |
| Octal | 22 | 356 | 377 | 135 | 7 | 0 | 0 | 270 | 144 | 66 |
| Binary | 10010 | 11101110 | 11111111 | 1011101 | 111 | 0 | 0 | 10111000 | 1100100 | 110110 |
Color Harmonies of #12EEFF
Complementary color
Monochromatic Colors of #12EEFF
Black with #12EEFF
Text Example
Text Example
White with #12EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EEFF; }
p { color: rgb(18,238,255); }
H1.HeaderClassName
{
color: #12EEFF;
}
.AnyTagClassName
{
color: #12EEFF;
}
</style>
background-color css
<style>
a { background-color: #12EEFF; }
a { background-color: rgb(18,238,255); }
div.DivClassName
{
background-color: #12EEFF;
}
.BgClassName
{
background-color: #12EEFF;
}
</style>
border-color css
<style>
span { border-color: #12EEFF; }
span { border-color: rgb(18,238,255); }
td.TdClassName
{
border-color: #12EEFF;
}
.TagClassName
{
border-color: #12EEFF;
}
</style>