#5DF9A9

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

Shades of Medium Aquamarine #5DF9A9

Tints of Medium Aquamarine #5DF9A9

Color information

#5DF9A9 (or 0x5DF9A9) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, F9 and A9. RGB value is (93,249,169). Sum of RGB (Red+Green+Blue) = 93+249+169=511 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.20% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 169 (66.41% from 255 or 33.07% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #5DF9A9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF9A9 is #A20656. Grayscale: #C1C1C1. Windows color (decimal): -10618455 or 11139421. OLE color: 11139421.

HSL color Cylindrical-coordinate representation of color #5DF9A9: hue angle of 149.23º degrees, saturation: 0.93, 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 #5DF9A9 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB93249169-
CMYK0.6300.320.02
HSL149.23º92.86%67.06%-
HSV(B)149.23º62.65%97.65%-
XYZ45.5572.9449.21-
YUV193.24114.3256.5-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.20%
GREEN value IS 249 (97.66% from 255) = 48.73%
BLUE value IS 169 (66.41% from 255) = 33.07%
R=18.20%
G=48.73%
B=33.07%

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
Decimal932491690.6300.320.02149.2392.8667.06
Hex5DF9A93F0202955d43
Octal135371251770402225135103
Binary101110111111001101010011111110100000101001010110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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