#5BF7A5

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

Shades of Medium Aquamarine #5BF7A5

Tints of Medium Aquamarine #5BF7A5

Color information

#5BF7A5 (or 0x5BF7A5) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, F7 and A5. RGB value is (91,247,165). Sum of RGB (Red+Green+Blue) = 91+247+165=503 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.09% from 503); Green value is 247 (96.88% from 255 or 49.11% from 503); Blue value is 165 (64.84% from 255 or 32.80% from 503); Max value from RGB is 247 - color contains mainly: green. Hex color #5BF7A5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BF7A5 is #A4085A. Grayscale: #BFBFBF. Windows color (decimal): -10750043 or 10876763. OLE color: 10876763.

HSL color Cylindrical-coordinate representation of color #5BF7A5: hue angle of 148.46º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BF7A5 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB91247165-
CMYK0.6300.330.03
HSL148.46º90.7%66.27%-
HSV(B)148.46º63.16%96.86%-
XYZ44.3771.4647.05-
YUV191.01113.3256.67-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.09%
GREEN value IS 247 (96.88% from 255) = 49.11%
BLUE value IS 165 (64.84% from 255) = 32.80%
R=18.09%
G=49.11%
B=32.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal912471650.6300.330.03148.4690.766.27
Hex5BF7A53F0213945b42
Octal133367245770413224133102
Binary101101111110111101001011111110100001111001010010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BF7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,247,165); }

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

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

 a { background-color: rgb(91,247,165); }

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

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

 span { border-color: rgb(91,247,165); }

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