#5DFAA9

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

Shades of Medium Aquamarine #5DFAA9

Tints of Medium Aquamarine #5DFAA9

Color information

#5DFAA9 (or 0x5DFAA9) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, FA and A9. RGB value is (93,250,169). Sum of RGB (Red+Green+Blue) = 93+250+169=512 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.16% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #5DFAA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DFAA9 is #A20556. Grayscale: #C1C1C1. Windows color (decimal): -10618199 or 11139677. OLE color: 11139677.

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

Color convert

RGB93250169-
CMYK0.6300.320.02
HSL149.04º94.01%67.25%-
HSV(B)149.04º62.8%98.04%-
XYZ45.8673.5649.32-
YUV193.82113.9956.09-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.16%
GREEN value IS 250 (98.05% from 255) = 48.83%
BLUE value IS 169 (66.41% from 255) = 33.01%
R=18.16%
G=48.83%
B=33.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal932501690.6300.320.02149.0494.0167.25
Hex5DFAA93F0202955e43
Octal135372251770402225136103
Binary101110111111010101010011111110100000101001010110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,250,169); }

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

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

 a { background-color: rgb(93,250,169); }

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

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

 span { border-color: rgb(93,250,169); }

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