#1EF6F7

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

Shades of Aqua #1EF6F7

Tints of Aqua #1EF6F7

Color information

#1EF6F7 (or 0x1EF6F7) is unknown color: approx Aqua. HEX triplet: 1E, F6 and F7. RGB value is (30,246,247). Sum of RGB (Red+Green+Blue) = 30+246+247=523 (69% of max value = 765). Red value is 30 (12.11% from 255 or 5.74% from 523); Green value is 246 (96.48% from 255 or 47.04% from 523); Blue value is 247 (96.88% from 255 or 47.23% from 523); Max value from RGB is 247 - color contains mainly: blue. Hex color #1EF6F7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EF6F7 is #E10908. Grayscale: #B5B5B5. Windows color (decimal): -14747913 or 16250398. OLE color: 16250398.

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

Color convert

RGB30246247-
CMYK0.880.0000.03
HSL180.28º93.13%54.31%-
HSV(B)180.28º87.85%96.86%-
XYZ50.2872.999.42-
YUV181.53164.9419.92-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 5.74%
GREEN value IS 246 (96.48% from 255) = 47.04%
BLUE value IS 247 (96.88% from 255) = 47.23%
R=5.74%
G=47.04%
B=47.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal302462470.880.0000.03180.2893.1354.31
Hex1EF6F758003b45d36
Octal3636636713000326413566
Binary11110111101101111011110110000011101101001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EF6F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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