#1AEAB5

Color #1AEAB5 Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #1AEAB5

Tints of Medium Spring Green #1AEAB5

Color information

#1AEAB5 (or 0x1AEAB5) is unknown color: approx Medium Spring Green. HEX triplet: 1A, EA and B5. RGB value is (26,234,181). Sum of RGB (Red+Green+Blue) = 26+234+181=441 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.90% from 441); Green value is 234 (91.80% from 255 or 53.06% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 234 - color contains mainly: green. Hex color #1AEAB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AEAB5 is #E5154A. Grayscale: #A5A5A5. Windows color (decimal): -15013195 or 11921946. OLE color: 11921946.

HSL color Cylindrical-coordinate representation of color #1AEAB5: hue angle of 164.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AEAB5 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB26234181-
CMYK0.8900.230.08
HSL164.71º83.2%50.98%-
HSV(B)164.71º88.89%91.76%-
XYZ38.1962.453.75-
YUV165.77136.5928.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.90%
GREEN value IS 234 (91.80% from 255) = 53.06%
BLUE value IS 181 (71.09% from 255) = 41.04%
R=5.90%
G=53.06%
B=41.04%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal262341810.8900.230.08164.7183.250.98
Hex1AEAB5590178a55333
Octal323522651310271024512363
Binary11010111010101011010110110010101111000101001011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AEAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,234,181); }

 H1.HeaderClassName
 {
   color: #1AEAB5;
 }
 .AnyTagClassName
 {
   color: #1AEAB5;
 }
</style>
background-color css

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

 a { background-color: rgb(26,234,181); }

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

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

 span { border-color: rgb(26,234,181); }

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