#5DF7B0

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

Shades of Medium Aquamarine #5DF7B0

Tints of Medium Aquamarine #5DF7B0

Color information

#5DF7B0 (or 0x5DF7B0) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, F7 and B0. RGB value is (93,247,176). Sum of RGB (Red+Green+Blue) = 93+247+176=516 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.02% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #5DF7B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF7B0 is #A2084F. Grayscale: #C0C0C0. Windows color (decimal): -10618960 or 11597661. OLE color: 11597661.

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

Color convert

RGB93247176-
CMYK0.6200.290.03
HSL152.34º90.59%66.67%-
HSV(B)152.34º62.35%96.86%-
XYZ45.6171.9852.56-
YUV192.86118.4856.77-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.02%
GREEN value IS 247 (96.88% from 255) = 47.87%
BLUE value IS 176 (69.14% from 255) = 34.11%
R=18.02%
G=47.87%
B=34.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal932471760.6200.290.03152.3490.5966.67
Hex5DF7B03E01D3985b43
Octal135367260760353230133103
Binary10111011111011110110000111110011101111001100010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,247,176); }

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

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

 a { background-color: rgb(93,247,176); }

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

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

 span { border-color: rgb(93,247,176); }

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