Html Css Color HEX #1AFABB Medium Spring Green

📋 copy color: '#1AFABB'

red 26 ◦ green 250 ◦ blue 187

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

Shades of Medium Spring Green #1AFABB

Tints of Medium Spring Green #1AFABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.39%

R = 5.62%
G = 54%
B = 40.39%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#1AFABB (or 0x1AFABB) is known color: Medium Spring Green. HEX triplet: 1A, FA and BB. RGB value is (26,250,187). Sum of RGB (Red+Green+Blue) = 26+250+187=463 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.62% from 463); Green value is 250 (98.05% from 255 or 54.00% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 250 - color contains mainly: green. Hex color #1AFABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFABB is #E50544. Grayscale: #AFAFAF. Windows color (decimal): -15009093 or 12319258. OLE color: 12319258.

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

Color convert

RGB 26 250 187 -
CMYK 0.90 0 0.25 0.02
HSL 163.13º 0.96% 0.54% -
HSV(B) 163.13º 0.9% 0.98% -
XYZ 43.58 72.18 58.65 -
YUV 175.84 134.29 21.12 -
System Red Green Blue C M Y K H S L
Decimal 26 250 187 0.90 0 0.25 0.02 163.13 0.96 0.54
Hex 1A FA BB 5A 0 19 2 A3 60 36
Octal 32 372 273 132 0 31 2 243 140 66
Binary 11010 11111010 10111011 1011010 0 11001 10 10100011 1100000 110110

Color Harmonies of #1AFABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFABB

Black with #1AFABB

Text Example


Text Example

White with #1AFABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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