Html Css Color HEX #01F5EF Aqua

📋 copy color: '#01F5EF'

red 1 ◦ green 245 ◦ blue 239

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

Shades of Aqua #01F5EF

Tints of Aqua #01F5EF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50.52%

 BLUE value IS 239 (93.75% from 255) = 49.28%

R = 0.21%
G = 50.52%
B = 49.28%

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

#01F5EF (or 0x01F5EF) is known color: Aqua. HEX triplet: 01, F5 and EF. RGB value is (1,245,239). Sum of RGB (Red+Green+Blue) = 1+245+239=485 (64% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 485); Green value is 245 (96.09% from 255 or 50.52% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 245 - color contains mainly: green. Hex color #01F5EF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01F5EF is #FE0A10. Grayscale: #ABABAB. Windows color (decimal): -16648721 or 15725825. OLE color: 15725825.

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

Color convert

RGB 1 245 239 -
CMYK 1.00 0 0.02 0.04
HSL 178.52º 0.99% 0.48% -
HSV(B) 178.52º 1% 0.96% -
XYZ 48.24 71.54 92.93 -
YUV 171.36 166.16 6.49 -
System Red Green Blue C M Y K H S L
Decimal 1 245 239 1.00 0 0.02 0.04 178.52 0.99 0.48
Hex 1 F5 EF 64 0 2 4 B3 63 30
Octal 1 365 357 144 0 2 4 263 143 60
Binary 1 11110101 11101111 1100100 0 10 100 10110011 1100011 110000

Color Harmonies of #01F5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F5EF

Black with #01F5EF

Text Example


Text Example

White with #01F5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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