Html Css Color HEX #01F4F0 Aqua

📋 copy color: '#01F4F0'

red 1 ◦ green 244 ◦ blue 240

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

Shades of Aqua #01F4F0

Tints of Aqua #01F4F0

RGB

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

 GREEN value IS 244 (95.7% from 255) = 50.31%

 BLUE value IS 240 (94.14% from 255) = 49.48%

R = 0.21%
G = 50.31%
B = 49.48%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#01F4F0 (or 0x01F4F0) is known color: Aqua. HEX triplet: 01, F4 and F0. RGB value is (1,244,240). Sum of RGB (Red+Green+Blue) = 1+244+240=485 (64% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 485); Green value is 244 (95.70% from 255 or 50.31% from 485); Blue value is 240 (94.14% from 255 or 49.48% from 485); Max value from RGB is 244 - color contains mainly: green. Hex color #01F4F0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01F4F0 is #FE0B0F. Grayscale: #AAAAAA. Windows color (decimal): -16648976 or 15791105. OLE color: 15791105.

HSL color Cylindrical-coordinate representation of color #01F4F0: hue angle of 179.01º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F4F0 is Cyan = 1.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 1 244 240 -
CMYK 1.00 0 0.02 0.04
HSL 179.01º 0.99% 0.48% -
HSV(B) 179.01º 1% 0.96% -
XYZ 48.09 71 93.61 -
YUV 170.89 166.99 6.83 -
System Red Green Blue C M Y K H S L
Decimal 1 244 240 1.00 0 0.02 0.04 179.01 0.99 0.48
Hex 1 F4 F0 64 0 2 4 B3 63 30
Octal 1 364 360 144 0 2 4 263 143 60
Binary 1 11110100 11110000 1100100 0 10 100 10110011 1100011 110000

Color Harmonies of #01F4F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F4F0

Black with #01F4F0

Text Example


Text Example

White with #01F4F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,244,240); }

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

background-color css

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

 a { background-color: rgb(1,244,240); }

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

border-color css

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

 span { border-color: rgb(1,244,240); }

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