Shades of Aqua #1EFAF1
Tints of Aqua #1EFAF1
RGB
CMYK
RGB Variations
Color information
#1EFAF1 (or 0x1EFAF1) is known color: Aqua. HEX triplet: 1E, FA and F1. RGB value is (30,250,241). Sum of RGB (Red+Green+Blue) = 30+250+241=521 (69% of max value = 765). Red value is 30 (12.11% from 255 or 5.76% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #1EFAF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EFAF1 is #E1050E. Grayscale: #B7B7B7. Windows color (decimal): -14746895 or 15858206. OLE color: 15858206.
HSL color Cylindrical-coordinate representation of color #1EFAF1: hue angle of 177.55º 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 #1EFAF1 is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 250 | 241 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.02 |
| HSL | 177.55º | 0.96% | 0.55% | - |
| HSV(B) | 177.55º | 0.88% | 0.98% | - |
| XYZ | 50.6 | 75 | 95.03 | - |
| YUV | 183.19 | 160.61 | 18.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 250 | 241 | 0.88 | 0 | 0.04 | 0.02 | 177.55 | 0.96 | 0.55 |
| Hex | 1E | FA | F1 | 58 | 0 | 4 | 2 | B2 | 60 | 37 |
| Octal | 36 | 372 | 361 | 130 | 0 | 4 | 2 | 262 | 140 | 67 |
| Binary | 11110 | 11111010 | 11110001 | 1011000 | 0 | 100 | 10 | 10110010 | 1100000 | 110111 |
Color Harmonies of #1EFAF1
Complementary color
Monochromatic Colors of #1EFAF1
Black with #1EFAF1
Text Example
Text Example
White with #1EFAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFAF1; }
p { color: rgb(30,250,241); }
H1.HeaderClassName
{
color: #1EFAF1;
}
.AnyTagClassName
{
color: #1EFAF1;
}
</style>
background-color css
<style>
a { background-color: #1EFAF1; }
a { background-color: rgb(30,250,241); }
div.DivClassName
{
background-color: #1EFAF1;
}
.BgClassName
{
background-color: #1EFAF1;
}
</style>
border-color css
<style>
span { border-color: #1EFAF1; }
span { border-color: rgb(30,250,241); }
td.TdClassName
{
border-color: #1EFAF1;
}
.TagClassName
{
border-color: #1EFAF1;
}
</style>