#5AF2AB

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

Shades of Medium Aquamarine #5AF2AB

Tints of Medium Aquamarine #5AF2AB

Color information

#5AF2AB (or 0x5AF2AB) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, F2 and AB. RGB value is (90,242,171). Sum of RGB (Red+Green+Blue) = 90+242+171=503 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.89% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #5AF2AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF2AB is #A50D54. Grayscale: #BCBCBC. Windows color (decimal): -10816853 or 11268698. OLE color: 11268698.

HSL color Cylindrical-coordinate representation of color #5AF2AB: hue angle of 151.97º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF2AB is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB90242171-
CMYK0.6300.290.05
HSL151.97º85.39%65.1%-
HSV(B)151.97º62.81%94.9%-
XYZ43.3268.6249.49-
YUV188.46118.1457.77-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.89%
GREEN value IS 242 (94.92% from 255) = 48.11%
BLUE value IS 171 (67.19% from 255) = 34.00%
R=17.89%
G=48.11%
B=34.00%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal902421710.6300.290.05151.9785.3965.1
Hex5AF2AB3F01D5985541
Octal132362253770355230125101
Binary101101011110010101010111111110111011011001100010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,242,171); }

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

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

 a { background-color: rgb(90,242,171); }

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

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

 span { border-color: rgb(90,242,171); }

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