Shades of Aqua #00FAF2
Tints of Aqua #00FAF2
RGB
CMYK
RGB Variations
Color information
#00FAF2 (or 0x00FAF2) is known color: Aqua. HEX triplet: 00, FA and F2. RGB value is (0,250,242). Sum of RGB (Red+Green+Blue) = 0+250+242=492 (65% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #00FAF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FAF2 is #FF050D. Grayscale: #AEAEAE. Windows color (decimal): -16712974 or 15923712. OLE color: 15923712.
HSL color Cylindrical-coordinate representation of color #00FAF2: hue angle of 178.08º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FAF2 is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 250 | 242 | - |
| CMYK | 1 | 0 | 0.03 | 0.02 |
| HSL | 178.08º | 1% | 0.49% | - |
| HSV(B) | 178.08º | 1% | 0.98% | - |
| XYZ | 50.21 | 74.78 | 95.79 | - |
| YUV | 174.34 | 166.18 | 3.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 250 | 242 | 1 | 0 | 0.03 | 0.02 | 178.08 | 1 | 0.49 |
| Hex | 0 | FA | F2 | 64 | 0 | 3 | 2 | B2 | 64 | 31 |
| Octal | 0 | 372 | 362 | 144 | 0 | 3 | 2 | 262 | 144 | 61 |
| Binary | 0 | 11111010 | 11110010 | 1100100 | 0 | 11 | 10 | 10110010 | 1100100 | 110001 |
Color Harmonies of #00FAF2
Complementary color
Monochromatic Colors of #00FAF2
Black with #00FAF2
Text Example
Text Example
White with #00FAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FAF2; }
p { color: rgb(0,250,242); }
H1.HeaderClassName
{
color: #00FAF2;
}
.AnyTagClassName
{
color: #00FAF2;
}
</style>
background-color css
<style>
a { background-color: #00FAF2; }
a { background-color: rgb(0,250,242); }
div.DivClassName
{
background-color: #00FAF2;
}
.BgClassName
{
background-color: #00FAF2;
}
</style>
border-color css
<style>
span { border-color: #00FAF2; }
span { border-color: rgb(0,250,242); }
td.TdClassName
{
border-color: #00FAF2;
}
.TagClassName
{
border-color: #00FAF2;
}
</style>