Html Css Color HEX #1FF2AA Medium Spring Green

📋 copy color: '#1FF2AA'

red 31 ◦ green 242 ◦ blue 170

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

Shades of Medium Spring Green #1FF2AA

Tints of Medium Spring Green #1FF2AA

RGB

 RED value IS 31 (12.5% from 255) = 7%

 GREEN value IS 242 (94.92% from 255) = 54.63%

 BLUE value IS 170 (66.8% from 255) = 38.37%

R = 7%
G = 54.63%
B = 38.37%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#1FF2AA (or 0x1FF2AA) is known color: Medium Spring Green. HEX triplet: 1F, F2 and AA. RGB value is (31,242,170). Sum of RGB (Red+Green+Blue) = 31+242+170=443 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.00% from 443); Green value is 242 (94.92% from 255 or 54.63% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 242 - color contains mainly: green. Hex color #1FF2AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1FF2AA is #E00D55. Grayscale: #AAAAAA. Windows color (decimal): -14683478 or 11203103. OLE color: 11203103.

HSL color Cylindrical-coordinate representation of color #1FF2AA: hue angle of 159.53º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF2AA is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 31 242 170 -
CMYK 0.87 0 0.30 0.05
HSL 159.53º 0.89% 0.54% -
HSV(B) 159.53º 0.87% 0.95% -
XYZ 39.57 66.7 48.82 -
YUV 170.7 127.6 28.35 -
System Red Green Blue C M Y K H S L
Decimal 31 242 170 0.87 0 0.30 0.05 159.53 0.89 0.54
Hex 1F F2 AA 57 0 1E 5 A0 59 36
Octal 37 362 252 127 0 36 5 240 131 66
Binary 11111 11110010 10101010 1010111 0 11110 101 10100000 1011001 110110

Color Harmonies of #1FF2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FF2AA

Black with #1FF2AA

Text Example


Text Example

White with #1FF2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FF2AA; }

 p { color: rgb(31,242,170); }

 H1.HeaderClassName
 {
   color: #1FF2AA;
 }
 .AnyTagClassName
 {
   color: #1FF2AA;
 }
</style>

background-color css

<style>
 a { background-color: #1FF2AA; }

 a { background-color: rgb(31,242,170); }

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

border-color css

<style>
 span { border-color: #1FF2AA; }

 span { border-color: rgb(31,242,170); }

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