#5DFAAA

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

Shades of Medium Aquamarine #5DFAAA

Tints of Medium Aquamarine #5DFAAA

Color information

#5DFAAA (or 0x5DFAAA) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, FA and AA. RGB value is (93,250,170). Sum of RGB (Red+Green+Blue) = 93+250+170=513 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.13% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #5DFAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DFAAA is #A20555. Grayscale: #C2C2C2. Windows color (decimal): -10618198 or 11205213. OLE color: 11205213.

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

Color convert

RGB93250170-
CMYK0.6300.320.02
HSL149.43º94.01%67.25%-
HSV(B)149.43º62.8%98.04%-
XYZ45.9673.649.81-
YUV193.94114.4956-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.13%
GREEN value IS 250 (98.05% from 255) = 48.73%
BLUE value IS 170 (66.80% from 255) = 33.14%
R=18.13%
G=48.73%
B=33.14%

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
Decimal932501700.6300.320.02149.4394.0167.25
Hex5DFAAA3F0202955e43
Octal135372252770402225136103
Binary101110111111010101010101111110100000101001010110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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