#5DE8B4

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

Shades of Medium Aquamarine #5DE8B4

Tints of Medium Aquamarine #5DE8B4

Color information

#5DE8B4 (or 0x5DE8B4) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, E8 and B4. RGB value is (93,232,180). Sum of RGB (Red+Green+Blue) = 93+232+180=505 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.42% from 505); Green value is 232 (91.02% from 255 or 45.94% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 232 - color contains mainly: green. Hex color #5DE8B4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DE8B4 is #A2174B. Grayscale: #B8B8B8. Windows color (decimal): -10622796 or 11855965. OLE color: 11855965.

HSL color Cylindrical-coordinate representation of color #5DE8B4: hue angle of 157.55º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DE8B4 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB93232180-
CMYK0.6000.220.09
HSL157.55º75.14%63.73%-
HSV(B)157.55º59.91%90.98%-
XYZ41.6163.3453.21-
YUV184.51125.4562.73-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.42%
GREEN value IS 232 (91.02% from 255) = 45.94%
BLUE value IS 180 (70.70% from 255) = 35.64%
R=18.42%
G=45.94%
B=35.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal932321800.6000.220.09157.5575.1463.73
Hex5DE8B43C01699e4b40
Octal1353502647402611236113100
Binary1011101111010001011010011110001011010011001111010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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