Html Css Color HEX #1AFAB4 Medium Spring Green

📋 copy color: '#1AFAB4'

red 26 ◦ green 250 ◦ blue 180

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

Shades of Medium Spring Green #1AFAB4

Tints of Medium Spring Green #1AFAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.47%

R = 5.7%
G = 54.82%
B = 39.47%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#1AFAB4 (or 0x1AFAB4) is known color: Medium Spring Green. HEX triplet: 1A, FA and B4. RGB value is (26,250,180). Sum of RGB (Red+Green+Blue) = 26+250+180=456 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.70% from 456); Green value is 250 (98.05% from 255 or 54.82% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 250 - color contains mainly: green. Hex color #1AFAB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFAB4 is #E5054B. Grayscale: #AFAFAF. Windows color (decimal): -15009100 or 11860506. OLE color: 11860506.

HSL color Cylindrical-coordinate representation of color #1AFAB4: hue angle of 161.25º 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 #1AFAB4 is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 250 180 -
CMYK 0.90 0 0.28 0.02
HSL 161.25º 0.96% 0.54% -
HSV(B) 161.25º 0.9% 0.98% -
XYZ 42.85 71.89 54.8 -
YUV 175.04 130.79 21.69 -
System Red Green Blue C M Y K H S L
Decimal 26 250 180 0.90 0 0.28 0.02 161.25 0.96 0.54
Hex 1A FA B4 5A 0 1C 2 A1 60 36
Octal 32 372 264 132 0 34 2 241 140 66
Binary 11010 11111010 10110100 1011010 0 11100 10 10100001 1100000 110110

Color Harmonies of #1AFAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFAB4

Black with #1AFAB4

Text Example


Text Example

White with #1AFAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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