Shades of Aqua #1EFAF8
Tints of Aqua #1EFAF8
RGB
CMYK
RGB Variations
Color information
#1EFAF8 (or 0x1EFAF8) is known color: Aqua. HEX triplet: 1E, FA and F8. RGB value is (30,250,248). Sum of RGB (Red+Green+Blue) = 30+250+248=528 (69% of max value = 765). Red value is 30 (12.11% from 255 or 5.68% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 248 (97.27% from 255 or 46.97% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #1EFAF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EFAF8 is #E10507. Grayscale: #B7B7B7. Windows color (decimal): -14746888 or 16316958. OLE color: 16316958.
HSL color Cylindrical-coordinate representation of color #1EFAF8: hue angle of 179.45º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFAF8 is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 250 | 248 | - |
| CMYK | 0.88 | 0 | 0.01 | 0.02 |
| HSL | 179.45º | 0.96% | 0.55% | - |
| HSV(B) | 179.45º | 0.88% | 0.98% | - |
| XYZ | 51.66 | 75.42 | 100.64 | - |
| YUV | 183.99 | 164.11 | 18.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 250 | 248 | 0.88 | 0 | 0.01 | 0.02 | 179.45 | 0.96 | 0.55 |
| Hex | 1E | FA | F8 | 58 | 0 | 1 | 2 | B3 | 60 | 37 |
| Octal | 36 | 372 | 370 | 130 | 0 | 1 | 2 | 263 | 140 | 67 |
| Binary | 11110 | 11111010 | 11111000 | 1011000 | 0 | 1 | 10 | 10110011 | 1100000 | 110111 |
Color Harmonies of #1EFAF8
Complementary color
Monochromatic Colors of #1EFAF8
Black with #1EFAF8
Text Example
Text Example
White with #1EFAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFAF8; }
p { color: rgb(30,250,248); }
H1.HeaderClassName
{
color: #1EFAF8;
}
.AnyTagClassName
{
color: #1EFAF8;
}
</style>
background-color css
<style>
a { background-color: #1EFAF8; }
a { background-color: rgb(30,250,248); }
div.DivClassName
{
background-color: #1EFAF8;
}
.BgClassName
{
background-color: #1EFAF8;
}
</style>
border-color css
<style>
span { border-color: #1EFAF8; }
span { border-color: rgb(30,250,248); }
td.TdClassName
{
border-color: #1EFAF8;
}
.TagClassName
{
border-color: #1EFAF8;
}
</style>