Html Css Color HEX #01FEF5 Aqua

📋 copy color: '#01FEF5'

red 1 ◦ green 254 ◦ blue 245

#01FEF5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aqua #01FEF5

Tints of Aqua #01FEF5

RGB

 RED value IS 1 (0.78% from 255) = 0.2%

 GREEN value IS 254 (99.61% from 255) = 50.8%

 BLUE value IS 245 (96.09% from 255) = 49%

R = 0.2%
G = 50.8%
B = 49%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#01FEF5 (or 0x01FEF5) is known color: Aqua. HEX triplet: 01, FE and F5. RGB value is (1,254,245). Sum of RGB (Red+Green+Blue) = 1+254+245=500 (66% of max value = 765). Red value is 1 (0.78% from 255 or 0.2% from 500); Green value is 254 (99.61% from 255 or 50.8% from 500); Blue value is 245 (96.09% from 255 or 49% from 500); Max value from RGB is 254 - color contains mainly: green. Hex color #01FEF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01FEF5 is #FE010A. Grayscale: #B1B1B1. Windows color (decimal): -16646411 or 16121345. OLE color: 16121345.

HSL color Cylindrical-coordinate representation of color #01FEF5: hue angle of 177.87º 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 #01FEF5 is Cyan = 1.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB 1 254 245 -
CMYK 1.00 0 0.04 0.00
HSL 177.87º 0.99% 0.5% -
HSV(B) 177.87º 1% 1% -
XYZ 51.94 77.48 98.6 -
YUV 177.33 166.18 2.23 -
System Red Green Blue C M Y K H S L
Decimal 1 254 245 1.00 0 0.04 0.00 177.87 0.99 0.5
Hex 1 FE F5 64 0 4 0 B2 63 32
Octal 1 376 365 144 0 4 0 262 143 62
Binary 1 11111110 11110101 1100100 0 100 0 10110010 1100011 110010

Color Harmonies of #01FEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FEF5

Black with #01FEF5

Text Example


Text Example

White with #01FEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01FEF5;
 }
 .AnyTagClassName
 {
   color: #01FEF5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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