#1EF2F6

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

Shades of Aqua #1EF2F6

Tints of Aqua #1EF2F6

Color information

#1EF2F6 (or 0x1EF2F6) is unknown color: approx Aqua. HEX triplet: 1E, F2 and F6. RGB value is (30,242,246). Sum of RGB (Red+Green+Blue) = 30+242+246=518 (68% of max value = 765). Red value is 30 (12.11% from 255 or 5.79% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 246 (96.48% from 255 or 47.49% from 518); Max value from RGB is 246 - color contains mainly: blue. Hex color #1EF2F6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EF2F6 is #E10D09. Grayscale: #B2B2B2. Windows color (decimal): -14748938 or 16183838. OLE color: 16183838.

HSL color Cylindrical-coordinate representation of color #1EF2F6: hue angle of 181.11º 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 #1EF2F6 is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB30242246-
CMYK0.880.0200.04
HSL181.11º92.31%54.12%-
HSV(B)181.11º87.8%96.47%-
XYZ48.9270.4398.21-
YUV179.07165.7621.67-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 5.79%
GREEN value IS 242 (94.92% from 255) = 46.72%
BLUE value IS 246 (96.48% from 255) = 47.49%
R=5.79%
G=46.72%
B=47.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal302422460.880.0200.04181.1192.3154.12
Hex1EF2F658204b55c36
Octal3636236613020426513466
Binary1111011110010111101101011000100100101101011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EF2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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