Html Css Color HEX #01EAB4 Medium Spring Green

📋 copy color: '#01EAB4'

red 1 ◦ green 234 ◦ blue 180

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

Shades of Medium Spring Green #01EAB4

Tints of Medium Spring Green #01EAB4

RGB

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

 GREEN value IS 234 (91.8% from 255) = 56.39%

 BLUE value IS 180 (70.7% from 255) = 43.37%

R = 0.24%
G = 56.39%
B = 43.37%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#01EAB4 (or 0x01EAB4) is known color: Medium Spring Green. HEX triplet: 01, EA and B4. RGB value is (1,234,180). Sum of RGB (Red+Green+Blue) = 1+234+180=415 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 415); Green value is 234 (91.80% from 255 or 56.39% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 234 - color contains mainly: green. Hex color #01EAB4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01EAB4 is #FE154B. Grayscale: #9E9E9E. Windows color (decimal): -16651596 or 11856385. OLE color: 11856385.

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

Color convert

RGB 1 234 180 -
CMYK 1.00 0 0.23 0.08
HSL 166.09º 0.99% 0.46% -
HSV(B) 166.09º 1% 0.92% -
XYZ 37.67 62.15 53.19 -
YUV 158.18 140.31 15.89 -
System Red Green Blue C M Y K H S L
Decimal 1 234 180 1.00 0 0.23 0.08 166.09 0.99 0.46
Hex 1 EA B4 64 0 17 8 A6 63 2E
Octal 1 352 264 144 0 27 10 246 143 56
Binary 1 11101010 10110100 1100100 0 10111 1000 10100110 1100011 101110

Color Harmonies of #01EAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EAB4

Black with #01EAB4

Text Example


Text Example

White with #01EAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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