Html Css Color HEX #2CFAAE Medium Spring Green

📋 copy color: '#2CFAAE'

red 44 ◦ green 250 ◦ blue 174

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

Shades of Medium Spring Green #2CFAAE

Tints of Medium Spring Green #2CFAAE

RGB

 RED value IS 44 (17.58% from 255) = 9.4%

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

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

R = 9.4%
G = 53.42%
B = 37.18%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#2CFAAE (or 0x2CFAAE) is known color: Medium Spring Green. HEX triplet: 2C, FA and AE. RGB value is (44,250,174). Sum of RGB (Red+Green+Blue) = 44+250+174=468 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.40% from 468); Green value is 250 (98.05% from 255 or 53.42% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 250 - color contains mainly: green. Hex color #2CFAAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CFAAE is #D30551. Grayscale: #B3B3B3. Windows color (decimal): -13829458 or 11467308. OLE color: 11467308.

HSL color Cylindrical-coordinate representation of color #2CFAAE: hue angle of 157.86º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CFAAE is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 44 250 174 -
CMYK 0.82 0 0.30 0.02
HSL 157.86º 0.95% 0.58% -
HSV(B) 157.86º 0.82% 0.98% -
XYZ 42.86 71.96 51.68 -
YUV 179.74 124.75 31.18 -
System Red Green Blue C M Y K H S L
Decimal 44 250 174 0.82 0 0.30 0.02 157.86 0.95 0.58
Hex 2C FA AE 52 0 1E 2 9E 5F 3A
Octal 54 372 256 122 0 36 2 236 137 72
Binary 101100 11111010 10101110 1010010 0 11110 10 10011110 1011111 111010

Color Harmonies of #2CFAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CFAAE

Black with #2CFAAE

Text Example


Text Example

White with #2CFAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2CFAAE; }

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

 H1.HeaderClassName
 {
   color: #2CFAAE;
 }
 .AnyTagClassName
 {
   color: #2CFAAE;
 }
</style>

background-color css

<style>
 a { background-color: #2CFAAE; }

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

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

border-color css

<style>
 span { border-color: #2CFAAE; }

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

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