#01FEF7

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

Shades of Aqua #01FEF7

Tints of Aqua #01FEF7

Color information

#01FEF7 (or 0x01FEF7) is unknown color: approx Aqua. HEX triplet: 01, FE and F7. RGB value is (1,254,247). Sum of RGB (Red+Green+Blue) = 1+254+247=502 (66% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 247 (96.88% from 255 or 49.20% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #01FEF7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01FEF7 is #FE0108. Grayscale: #B1B1B1. Windows color (decimal): -16646409 or 16252417. OLE color: 16252417.

HSL color Cylindrical-coordinate representation of color #01FEF7: hue angle of 178.34º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FEF7 is Cyan = 1.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB1254247-
CMYK1.0000.030.00
HSL178.34º99.22%50%-
HSV(B)178.34º99.61%99.61%-
XYZ52.2477.61100.22-
YUV177.56167.182.07-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.20%
GREEN value IS 254 (99.61% from 255) = 50.60%
BLUE value IS 247 (96.88% from 255) = 49.20%
R=0.20%
G=50.60%
B=49.20%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal12542471.0000.030.00178.3499.2250
Hex1FEF764030b26332
Octal137636714403026214362
Binary1111111101111011111001000110101100101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01FEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01FEF7; }

 p { color: rgb(1,254,247); }

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

<style>
 a { background-color: #01FEF7; }

 a { background-color: rgb(1,254,247); }

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

<style>
 span { border-color: #01FEF7; }

 span { border-color: rgb(1,254,247); }

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