Html Css Color HEX #1AFABC Medium Spring Green

📋 copy color: '#1AFABC'

red 26 ◦ green 250 ◦ blue 188

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

Shades of Medium Spring Green #1AFABC

Tints of Medium Spring Green #1AFABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.52%

R = 5.6%
G = 53.88%
B = 40.52%

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

#1AFABC (or 0x1AFABC) is known color: Medium Spring Green. HEX triplet: 1A, FA and BC. RGB value is (26,250,188). Sum of RGB (Red+Green+Blue) = 26+250+188=464 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.60% from 464); Green value is 250 (98.05% from 255 or 53.88% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 250 - color contains mainly: green. Hex color #1AFABC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFABC is #E50543. Grayscale: #AFAFAF. Windows color (decimal): -15009092 or 12384794. OLE color: 12384794.

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

Color convert

RGB 26 250 188 -
CMYK 0.90 0 0.25 0.02
HSL 163.39º 0.96% 0.54% -
HSV(B) 163.39º 0.9% 0.98% -
XYZ 43.69 72.22 59.21 -
YUV 175.96 134.79 21.04 -
System Red Green Blue C M Y K H S L
Decimal 26 250 188 0.90 0 0.25 0.02 163.39 0.96 0.54
Hex 1A FA BC 5A 0 19 2 A3 60 36
Octal 32 372 274 132 0 31 2 243 140 66
Binary 11010 11111010 10111100 1011010 0 11001 10 10100011 1100000 110110

Color Harmonies of #1AFABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFABC

Black with #1AFABC

Text Example


Text Example

White with #1AFABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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