#5af6b1

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

Shades of Medium Aquamarine #5AF6B1

Tints of Medium Aquamarine #5AF6B1

Color information

#5AF6B1 (or 0x5AF6B1) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, F6 and B1. RGB value is (90,246,177). Sum of RGB (Red+Green+Blue) = 90+246+177=513 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.54% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 177 (69.53% from 255 or 34.50% from 513); Max value from RGB is 246 - color contains mainly: green. Hex color #5AF6B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF6B1 is #A5094E. Grayscale: #BFBFBF. Windows color (decimal): -10815823 or 11662938. OLE color: 11662938.

HSL color Cylindrical-coordinate representation of color #5AF6B1: hue angle of 153.46º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF6B1 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB90246177-
CMYK0.6300.280.04
HSL153.46º89.66%65.88%-
HSV(B)153.46º63.41%96.47%-
XYZ45.1171.2652.97-
YUV191.49119.8255.61-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.54%
GREEN value IS 246 (96.48% from 255) = 47.95%
BLUE value IS 177 (69.53% from 255) = 34.50%
R=17.54%
G=47.95%
B=34.50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal902461770.6300.280.04153.4689.6665.88
Hex5AF6B13F01C4995a42
Octal132366261770344231132102
Binary101101011110110101100011111110111001001001100110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5af6b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,246,177); }

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

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

 a { background-color: rgb(90,246,177); }

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

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

 span { border-color: rgb(90,246,177); }

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