Html Css Color HEX #1AF4AA Medium Spring Green

📋 copy color: '#1AF4AA'

red 26 ◦ green 244 ◦ blue 170

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

Shades of Medium Spring Green #1AF4AA

Tints of Medium Spring Green #1AF4AA

RGB

 RED value IS 26 (10.55% from 255) = 5.91%

 GREEN value IS 244 (95.7% from 255) = 55.45%

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

R = 5.91%
G = 55.45%
B = 38.64%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#1AF4AA (or 0x1AF4AA) is known color: Medium Spring Green. HEX triplet: 1A, F4 and AA. RGB value is (26,244,170). Sum of RGB (Red+Green+Blue) = 26+244+170=440 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.91% from 440); Green value is 244 (95.70% from 255 or 55.45% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 244 - color contains mainly: green. Hex color #1AF4AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF4AA is #E50B55. Grayscale: #AAAAAA. Windows color (decimal): -15010646 or 11203610. OLE color: 11203610.

HSL color Cylindrical-coordinate representation of color #1AF4AA: hue angle of 159.63º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF4AA is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 26 244 170 -
CMYK 0.89 0 0.30 0.04
HSL 159.63º 0.91% 0.53% -
HSV(B) 159.63º 0.89% 0.96% -
XYZ 40.03 67.82 49.01 -
YUV 170.38 127.78 25.02 -
System Red Green Blue C M Y K H S L
Decimal 26 244 170 0.89 0 0.30 0.04 159.63 0.91 0.53
Hex 1A F4 AA 59 0 1E 4 A0 5B 35
Octal 32 364 252 131 0 36 4 240 133 65
Binary 11010 11110100 10101010 1011001 0 11110 100 10100000 1011011 110101

Color Harmonies of #1AF4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF4AA

Black with #1AF4AA

Text Example


Text Example

White with #1AF4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,244,170); }

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

background-color css

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

 a { background-color: rgb(26,244,170); }

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

border-color css

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

 span { border-color: rgb(26,244,170); }

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