#5AFAB0

Color #5AFAB0 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #5AFAB0

Tints of Medium Aquamarine #5AFAB0

Color information

#5AFAB0 (or 0x5AFAB0) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, FA and B0. RGB value is (90,250,176). Sum of RGB (Red+Green+Blue) = 90+250+176=516 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.44% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #5AFAB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFAB0 is #A5054F. Grayscale: #C1C1C1. Windows color (decimal): -10814800 or 11598426. OLE color: 11598426.

HSL color Cylindrical-coordinate representation of color #5AFAB0: hue angle of 152.25º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFAB0 is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB90250176-
CMYK0.6400.300.02
HSL152.25º94.12%66.67%-
HSV(B)152.25º64%98.04%-
XYZ46.2473.6852.86-
YUV193.72117.9954.02-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.44%
GREEN value IS 250 (98.05% from 255) = 48.45%
BLUE value IS 176 (69.14% from 255) = 34.11%
R=17.44%
G=48.45%
B=34.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal902501760.6400.300.02152.2594.1266.67
Hex5AFAB04001E2985e43
Octal1323722601000362230136103
Binary101101011111010101100001000000011110101001100010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AFAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AFAB0; }

 p { color: rgb(90,250,176); }

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

<style>
 a { background-color: #5AFAB0; }

 a { background-color: rgb(90,250,176); }

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

<style>
 span { border-color: #5AFAB0; }

 span { border-color: rgb(90,250,176); }

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