Shades of Aqua #1EFFFA
Tints of Aqua #1EFFFA
RGB
CMYK
RGB Variations
Color information
#1EFFFA (or 0x1EFFFA) is known color: Aqua. HEX triplet: 1E, FF and FA. RGB value is (30,255,250). Sum of RGB (Red+Green+Blue) = 30+255+250=535 (70% of max value = 765). Red value is 30 (12.11% from 255 or 5.61% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #1EFFFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EFFFA is #E10005. Grayscale: #BABABA. Windows color (decimal): -14745606 or 16449310. OLE color: 16449310.
HSL color Cylindrical-coordinate representation of color #1EFFFA: hue angle of 178.67º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFFFA is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 255 | 250 | - |
| CMYK | 0.88 | 0 | 0.02 | 0 |
| HSL | 178.67º | 1% | 0.56% | - |
| HSV(B) | 178.67º | 0.88% | 1% | - |
| XYZ | 53.55 | 78.7 | 102.81 | - |
| YUV | 187.16 | 163.46 | 15.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 255 | 250 | 0.88 | 0 | 0.02 | 0 | 178.67 | 1 | 0.56 |
| Hex | 1E | FF | FA | 58 | 0 | 2 | 0 | B3 | 64 | 38 |
| Octal | 36 | 377 | 372 | 130 | 0 | 2 | 0 | 263 | 144 | 70 |
| Binary | 11110 | 11111111 | 11111010 | 1011000 | 0 | 10 | 0 | 10110011 | 1100100 | 111000 |
Color Harmonies of #1EFFFA
Complementary color
Monochromatic Colors of #1EFFFA
Black with #1EFFFA
Text Example
Text Example
White with #1EFFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFFFA; }
p { color: rgb(30,255,250); }
H1.HeaderClassName
{
color: #1EFFFA;
}
.AnyTagClassName
{
color: #1EFFFA;
}
</style>
background-color css
<style>
a { background-color: #1EFFFA; }
a { background-color: rgb(30,255,250); }
div.DivClassName
{
background-color: #1EFFFA;
}
.BgClassName
{
background-color: #1EFFFA;
}
</style>
border-color css
<style>
span { border-color: #1EFFFA; }
span { border-color: rgb(30,255,250); }
td.TdClassName
{
border-color: #1EFFFA;
}
.TagClassName
{
border-color: #1EFFFA;
}
</style>