Html Css Color HEX #00FAAE Medium Spring Green

📋 copy color: '#00FAAE'

red 0 ◦ green 250 ◦ blue 174

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

Shades of Medium Spring Green #00FAAE

Tints of Medium Spring Green #00FAAE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 250 (98.05% from 255) = 58.96%

 BLUE value IS 174 (68.36% from 255) = 41.04%

R = 0%
G = 58.96%
B = 41.04%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#00FAAE (or 0x00FAAE) is known color: Medium Spring Green. HEX triplet: 00, FA and AE. RGB value is (0,250,174). Sum of RGB (Red+Green+Blue) = 0+250+174=424 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 424); Green value is 250 (98.05% from 255 or 58.96% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 250 - color contains mainly: green. Hex color #00FAAE is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00FAAE is #FF0551. Grayscale: #A6A6A6. Windows color (decimal): -16713042 or 11467264. OLE color: 11467264.

HSL color Cylindrical-coordinate representation of color #00FAAE: hue angle of 161.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FAAE is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 250 174 -
CMYK 1 0 0.30 0.02
HSL 161.76º 1% 0.49% -
HSV(B) 161.76º 1% 0.98% -
XYZ 41.83 71.43 51.63 -
YUV 166.59 132.18 9.18 -
System Red Green Blue C M Y K H S L
Decimal 0 250 174 1 0 0.30 0.02 161.76 1 0.49
Hex 0 FA AE 64 0 1E 2 A2 64 31
Octal 0 372 256 144 0 36 2 242 144 61
Binary 0 11111010 10101110 1100100 0 11110 10 10100010 1100100 110001

Color Harmonies of #00FAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FAAE

Black with #00FAAE

Text Example


Text Example

White with #00FAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00FAAE; }

 p { color: rgb(0,250,174); }

 H1.HeaderClassName
 {
   color: #00FAAE;
 }
 .AnyTagClassName
 {
   color: #00FAAE;
 }
</style>

background-color css

<style>
 a { background-color: #00FAAE; }

 a { background-color: rgb(0,250,174); }

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

border-color css

<style>
 span { border-color: #00FAAE; }

 span { border-color: rgb(0,250,174); }

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