Html Css Color HEX #1AFAB9 Medium Spring Green

📋 copy color: '#1AFAB9'

red 26 ◦ green 250 ◦ blue 185

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

Shades of Medium Spring Green #1AFAB9

Tints of Medium Spring Green #1AFAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.13%

R = 5.64%
G = 54.23%
B = 40.13%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#1AFAB9 (or 0x1AFAB9) is known color: Medium Spring Green. HEX triplet: 1A, FA and B9. RGB value is (26,250,185). Sum of RGB (Red+Green+Blue) = 26+250+185=461 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.64% from 461); Green value is 250 (98.05% from 255 or 54.23% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 250 - color contains mainly: green. Hex color #1AFAB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFAB9 is #E50546. Grayscale: #AFAFAF. Windows color (decimal): -15009095 or 12188186. OLE color: 12188186.

HSL color Cylindrical-coordinate representation of color #1AFAB9: hue angle of 162.59º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFAB9 is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 250 185 -
CMYK 0.90 0 0.26 0.02
HSL 162.59º 0.96% 0.54% -
HSV(B) 162.59º 0.9% 0.98% -
XYZ 43.37 72.09 57.53 -
YUV 175.61 133.29 21.29 -
System Red Green Blue C M Y K H S L
Decimal 26 250 185 0.90 0 0.26 0.02 162.59 0.96 0.54
Hex 1A FA B9 5A 0 1A 2 A3 60 36
Octal 32 372 271 132 0 32 2 243 140 66
Binary 11010 11111010 10111001 1011010 0 11010 10 10100011 1100000 110110

Color Harmonies of #1AFAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFAB9

Black with #1AFAB9

Text Example


Text Example

White with #1AFAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,250,185); }

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

background-color css

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

 a { background-color: rgb(26,250,185); }

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

border-color css

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

 span { border-color: rgb(26,250,185); }

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