Shades of Aqua #1EFEF6
Tints of Aqua #1EFEF6
RGB
CMYK
RGB Variations
Color information
#1EFEF6 (or 0x1EFEF6) is known color: Aqua. HEX triplet: 1E, FE and F6. RGB value is (30,254,246). Sum of RGB (Red+Green+Blue) = 30+254+246=530 (70% of max value = 765). Red value is 30 (12.11% from 255 or 5.66% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #1EFEF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EFEF6 is #E10109. Grayscale: #B9B9B9. Windows color (decimal): -14745866 or 16186910. OLE color: 16186910.
HSL color Cylindrical-coordinate representation of color #1EFEF6: hue angle of 177.86º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFEF6 is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 254 | 246 | - |
| CMYK | 0.88 | 0 | 0.03 | 0.00 |
| HSL | 177.86º | 0.99% | 0.56% | - |
| HSV(B) | 177.86º | 0.88% | 1% | - |
| XYZ | 52.61 | 77.81 | 99.44 | - |
| YUV | 186.11 | 161.79 | 16.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 254 | 246 | 0.88 | 0 | 0.03 | 0.00 | 177.86 | 0.99 | 0.56 |
| Hex | 1E | FE | F6 | 58 | 0 | 3 | 0 | B2 | 63 | 38 |
| Octal | 36 | 376 | 366 | 130 | 0 | 3 | 0 | 262 | 143 | 70 |
| Binary | 11110 | 11111110 | 11110110 | 1011000 | 0 | 11 | 0 | 10110010 | 1100011 | 111000 |
Color Harmonies of #1EFEF6
Complementary color
Monochromatic Colors of #1EFEF6
Black with #1EFEF6
Text Example
Text Example
White with #1EFEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFEF6; }
p { color: rgb(30,254,246); }
H1.HeaderClassName
{
color: #1EFEF6;
}
.AnyTagClassName
{
color: #1EFEF6;
}
</style>
background-color css
<style>
a { background-color: #1EFEF6; }
a { background-color: rgb(30,254,246); }
div.DivClassName
{
background-color: #1EFEF6;
}
.BgClassName
{
background-color: #1EFEF6;
}
</style>
border-color css
<style>
span { border-color: #1EFEF6; }
span { border-color: rgb(30,254,246); }
td.TdClassName
{
border-color: #1EFEF6;
}
.TagClassName
{
border-color: #1EFEF6;
}
</style>