Html Css Color HEX #01FFEA Aqua

📋 copy color: '#01FFEA'

red 1 ◦ green 255 ◦ blue 234

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

Shades of Aqua #01FFEA

Tints of Aqua #01FFEA

RGB

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

 GREEN value IS 255 (100% from 255) = 52.04%

 BLUE value IS 234 (91.8% from 255) = 47.76%

R = 0.2%
G = 52.04%
B = 47.76%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#01FFEA (or 0x01FFEA) is known color: Aqua. HEX triplet: 01, FF and EA. RGB value is (1,255,234). Sum of RGB (Red+Green+Blue) = 1+255+234=490 (64% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #01FFEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01FFEA is #FE0015. Grayscale: #B0B0B0. Windows color (decimal): -16646166 or 15400705. OLE color: 15400705.

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

Color convert

RGB 1 255 234 -
CMYK 1.00 0 0.08 0
HSL 175.04º 1% 0.5% -
HSV(B) 175.04º 1% 1% -
XYZ 50.62 77.47 90.13 -
YUV 176.66 160.35 2.71 -
System Red Green Blue C M Y K H S L
Decimal 1 255 234 1.00 0 0.08 0 175.04 1 0.5
Hex 1 FF EA 64 0 8 0 AF 64 32
Octal 1 377 352 144 0 10 0 257 144 62
Binary 1 11111111 11101010 1100100 0 1000 0 10101111 1100100 110010

Color Harmonies of #01FFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FFEA

Black with #01FFEA

Text Example


Text Example

White with #01FFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,255,234); }

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

background-color css

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

 a { background-color: rgb(1,255,234); }

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

border-color css

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

 span { border-color: rgb(1,255,234); }

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