#1EF6F5

Color #1EF6F5 Aqua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua #1EF6F5

Tints of Aqua #1EF6F5

Color information

#1EF6F5 (or 0x1EF6F5) is unknown color: approx Aqua. HEX triplet: 1E, F6 and F5. RGB value is (30,246,245). Sum of RGB (Red+Green+Blue) = 30+246+245=521 (69% of max value = 765). Red value is 30 (12.11% from 255 or 5.76% from 521); Green value is 246 (96.48% from 255 or 47.22% from 521); Blue value is 245 (96.09% from 255 or 47.02% from 521); Max value from RGB is 246 - color contains mainly: green. Hex color #1EF6F5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EF6F5 is #E1090A. Grayscale: #B5B5B5. Windows color (decimal): -14747915 or 16119326. OLE color: 16119326.

HSL color Cylindrical-coordinate representation of color #1EF6F5: hue angle of 179.72º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF6F5 is Cyan = 0.88, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB30246245-
CMYK0.8800.000.04
HSL179.72º92.31%54.12%-
HSV(B)179.72º87.8%96.47%-
XYZ49.9772.7897.8-
YUV181.3163.9420.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 30 (12.11% from 255) = 5.76%
GREEN value IS 246 (96.48% from 255) = 47.22%
BLUE value IS 245 (96.09% from 255) = 47.02%
R=5.76%
G=47.22%
B=47.02%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal302462450.8800.000.04179.7292.3154.12
Hex1EF6F558004b45c36
Octal3636636513000426413466
Binary111101111011011110101101100000100101101001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EF6F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1EF6F5; }

 p { color: rgb(30,246,245); }

 H1.HeaderClassName
 {
   color: #1EF6F5;
 }
 .AnyTagClassName
 {
   color: #1EF6F5;
 }
</style>
background-color css

<style>
 a { background-color: #1EF6F5; }

 a { background-color: rgb(30,246,245); }

 div.DivClassName
 {
   background-color: #1EF6F5;
 }
 .BgClassName
 {
   background-color: #1EF6F5;
 }
</style>
border-color css

<style>
 span { border-color: #1EF6F5; }

 span { border-color: rgb(30,246,245); }

 td.TdClassName
 {
   border-color: #1EF6F5;
 }
 .TagClassName
 {
   border-color: #1EF6F5;
 }
</style>