Shades of Aqua #12F2F9
Tints of Aqua #12F2F9
RGB
CMYK
RGB Variations
Color information
#12F2F9 (or 0x12F2F9) is known color: Aqua. HEX triplet: 12, F2 and F9. RGB value is (18,242,249). Sum of RGB (Red+Green+Blue) = 18+242+249=509 (67% of max value = 765). Red value is 18 (7.42% from 255 or 3.54% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #12F2F9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12F2F9 is #ED0D06. Grayscale: #AFAFAF. Windows color (decimal): -15535367 or 16380434. OLE color: 16380434.
HSL color Cylindrical-coordinate representation of color #12F2F9: hue angle of 181.82º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F2F9 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 242 | 249 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.02 |
| HSL | 181.82º | 0.95% | 0.52% | - |
| HSV(B) | 181.82º | 0.93% | 0.98% | - |
| XYZ | 49.1 | 70.47 | 100.64 | - |
| YUV | 175.82 | 169.29 | 15.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 242 | 249 | 0.93 | 0.03 | 0 | 0.02 | 181.82 | 0.95 | 0.52 |
| Hex | 12 | F2 | F9 | 5D | 3 | 0 | 2 | B6 | 5F | 34 |
| Octal | 22 | 362 | 371 | 135 | 3 | 0 | 2 | 266 | 137 | 64 |
| Binary | 10010 | 11110010 | 11111001 | 1011101 | 11 | 0 | 10 | 10110110 | 1011111 | 110100 |
Color Harmonies of #12F2F9
Complementary color
Monochromatic Colors of #12F2F9
Black with #12F2F9
Text Example
Text Example
White with #12F2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F2F9; }
p { color: rgb(18,242,249); }
H1.HeaderClassName
{
color: #12F2F9;
}
.AnyTagClassName
{
color: #12F2F9;
}
</style>
background-color css
<style>
a { background-color: #12F2F9; }
a { background-color: rgb(18,242,249); }
div.DivClassName
{
background-color: #12F2F9;
}
.BgClassName
{
background-color: #12F2F9;
}
</style>
border-color css
<style>
span { border-color: #12F2F9; }
span { border-color: rgb(18,242,249); }
td.TdClassName
{
border-color: #12F2F9;
}
.TagClassName
{
border-color: #12F2F9;
}
</style>