#5DF8B6

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

Shades of Medium Aquamarine #5DF8B6

Tints of Medium Aquamarine #5DF8B6

Color information

#5DF8B6 (or 0x5DF8B6) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, F8 and B6. RGB value is (93,248,182). Sum of RGB (Red+Green+Blue) = 93+248+182=523 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.78% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 248 - color contains mainly: green. Hex color #5DF8B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF8B6 is #A20749. Grayscale: #C2C2C2. Windows color (decimal): -10618698 or 11991133. OLE color: 11991133.

HSL color Cylindrical-coordinate representation of color #5DF8B6: hue angle of 154.45º degrees, saturation: 0.92, 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 #5DF8B6 is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB93248182-
CMYK0.6200.270.03
HSL154.45º91.72%66.86%-
HSV(B)154.45º62.5%97.25%-
XYZ46.5372.8455.86-
YUV194.13121.1555.87-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.78%
GREEN value IS 248 (97.27% from 255) = 47.42%
BLUE value IS 182 (71.48% from 255) = 34.80%
R=17.78%
G=47.42%
B=34.80%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal932481820.6200.270.03154.4591.7266.86
Hex5DF8B63E01B39a5c43
Octal135370266760333232134103
Binary10111011111100010110110111110011011111001101010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,248,182); }

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

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

 a { background-color: rgb(93,248,182); }

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

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

 span { border-color: rgb(93,248,182); }

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