#5DF0B4

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

Shades of Medium Aquamarine #5DF0B4

Tints of Medium Aquamarine #5DF0B4

Color information

#5DF0B4 (or 0x5DF0B4) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, F0 and B4. RGB value is (93,240,180). Sum of RGB (Red+Green+Blue) = 93+240+180=513 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.13% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 240 - color contains mainly: green. Hex color #5DF0B4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF0B4 is #A20F4B. Grayscale: #BDBDBD. Windows color (decimal): -10620748 or 11858013. OLE color: 11858013.

HSL color Cylindrical-coordinate representation of color #5DF0B4: hue angle of 155.51º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DF0B4 is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB93240180-
CMYK0.6100.250.06
HSL155.51º83.05%65.29%-
HSV(B)155.51º61.25%94.12%-
XYZ43.9167.9453.98-
YUV189.21122.859.38-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.13%
GREEN value IS 240 (94.14% from 255) = 46.78%
BLUE value IS 180 (70.70% from 255) = 35.09%
R=18.13%
G=46.78%
B=35.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal932401800.6100.250.06155.5183.0565.29
Hex5DF0B43D01969c5341
Octal135360264750316234123101
Binary101110111110000101101001111010110011101001110010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,240,180); }

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

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

 a { background-color: rgb(93,240,180); }

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

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

 span { border-color: rgb(93,240,180); }

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