Shades of Aqua #12F9F0
Tints of Aqua #12F9F0
RGB
CMYK
RGB Variations
Color information
#12F9F0 (or 0x12F9F0) is known color: Aqua. HEX triplet: 12, F9 and F0. RGB value is (18,249,240). Sum of RGB (Red+Green+Blue) = 18+249+240=507 (67% of max value = 765). Red value is 18 (7.42% from 255 or 3.55% from 507); Green value is 249 (97.66% from 255 or 49.11% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 249 - color contains mainly: green. Hex color #12F9F0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12F9F0 is #ED060F. Grayscale: #B2B2B2. Windows color (decimal): -15533584 or 15792402. OLE color: 15792402.
HSL color Cylindrical-coordinate representation of color #12F9F0: hue angle of 177.66º 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 #12F9F0 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 249 | 240 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.02 |
| HSL | 177.66º | 0.95% | 0.52% | - |
| HSV(B) | 177.66º | 0.93% | 0.98% | - |
| XYZ | 49.85 | 74.17 | 94.13 | - |
| YUV | 178.91 | 162.47 | 13.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 249 | 240 | 0.93 | 0 | 0.04 | 0.02 | 177.66 | 0.95 | 0.52 |
| Hex | 12 | F9 | F0 | 5D | 0 | 4 | 2 | B2 | 5F | 34 |
| Octal | 22 | 371 | 360 | 135 | 0 | 4 | 2 | 262 | 137 | 64 |
| Binary | 10010 | 11111001 | 11110000 | 1011101 | 0 | 100 | 10 | 10110010 | 1011111 | 110100 |
Color Harmonies of #12F9F0
Complementary color
Monochromatic Colors of #12F9F0
Black with #12F9F0
Text Example
Text Example
White with #12F9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F9F0; }
p { color: rgb(18,249,240); }
H1.HeaderClassName
{
color: #12F9F0;
}
.AnyTagClassName
{
color: #12F9F0;
}
</style>
background-color css
<style>
a { background-color: #12F9F0; }
a { background-color: rgb(18,249,240); }
div.DivClassName
{
background-color: #12F9F0;
}
.BgClassName
{
background-color: #12F9F0;
}
</style>
border-color css
<style>
span { border-color: #12F9F0; }
span { border-color: rgb(18,249,240); }
td.TdClassName
{
border-color: #12F9F0;
}
.TagClassName
{
border-color: #12F9F0;
}
</style>