Html Css Color HEX #1AFDBA Medium Spring Green

📋 copy color: '#1AFDBA'

red 26 ◦ green 253 ◦ blue 186

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

Shades of Medium Spring Green #1AFDBA

Tints of Medium Spring Green #1AFDBA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 54.41%

 BLUE value IS 186 (73.05% from 255) = 40%

R = 5.59%
G = 54.41%
B = 40%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#1AFDBA (or 0x1AFDBA) is known color: Medium Spring Green. HEX triplet: 1A, FD and BA. RGB value is (26,253,186). Sum of RGB (Red+Green+Blue) = 26+253+186=465 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.59% from 465); Green value is 253 (99.22% from 255 or 54.41% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 253 - color contains mainly: green. Hex color #1AFDBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFDBA is #E50245. Grayscale: #B1B1B1. Windows color (decimal): -15008326 or 12254490. OLE color: 12254490.

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

Color convert

RGB 26 253 186 -
CMYK 0.90 0 0.26 0.01
HSL 162.29º 0.98% 0.55% -
HSV(B) 162.29º 0.9% 0.99% -
XYZ 44.41 74.02 58.4 -
YUV 177.49 132.79 19.95 -
System Red Green Blue C M Y K H S L
Decimal 26 253 186 0.90 0 0.26 0.01 162.29 0.98 0.55
Hex 1A FD BA 5A 0 1A 1 A2 62 37
Octal 32 375 272 132 0 32 1 242 142 67
Binary 11010 11111101 10111010 1011010 0 11010 1 10100010 1100010 110111

Color Harmonies of #1AFDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFDBA

Black with #1AFDBA

Text Example


Text Example

White with #1AFDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,253,186); }

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

background-color css

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

 a { background-color: rgb(26,253,186); }

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

border-color css

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

 span { border-color: rgb(26,253,186); }

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