Html Css Color HEX #1AF0AB Medium Spring Green

📋 copy color: '#1AF0AB'

red 26 ◦ green 240 ◦ blue 171

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

Shades of Medium Spring Green #1AF0AB

Tints of Medium Spring Green #1AF0AB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 54.92%

 BLUE value IS 171 (67.19% from 255) = 39.13%

R = 5.95%
G = 54.92%
B = 39.13%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#1AF0AB (or 0x1AF0AB) is known color: Medium Spring Green. HEX triplet: 1A, F0 and AB. RGB value is (26,240,171). Sum of RGB (Red+Green+Blue) = 26+240+171=437 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.95% from 437); Green value is 240 (94.14% from 255 or 54.92% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF0AB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF0AB is #E50F54. Grayscale: #A8A8A8. Windows color (decimal): -15011669 or 11268122. OLE color: 11268122.

HSL color Cylindrical-coordinate representation of color #1AF0AB: hue angle of 160.65º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF0AB is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 26 240 171 -
CMYK 0.89 0 0.29 0.06
HSL 160.65º 0.88% 0.52% -
HSV(B) 160.65º 0.89% 0.94% -
XYZ 38.94 65.48 49.11 -
YUV 168.15 129.6 26.61 -
System Red Green Blue C M Y K H S L
Decimal 26 240 171 0.89 0 0.29 0.06 160.65 0.88 0.52
Hex 1A F0 AB 59 0 1D 6 A1 58 34
Octal 32 360 253 131 0 35 6 241 130 64
Binary 11010 11110000 10101011 1011001 0 11101 110 10100001 1011000 110100

Color Harmonies of #1AF0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF0AB

Black with #1AF0AB

Text Example


Text Example

White with #1AF0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,240,171); }

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

background-color css

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

 a { background-color: rgb(26,240,171); }

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

border-color css

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

 span { border-color: rgb(26,240,171); }

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