#5DE098

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

Shades of Medium Aquamarine #5DE098

Tints of Medium Aquamarine #5DE098

Color information

#5DE098 (or 0x5DE098) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, E0 and 98. RGB value is (93,224,152). Sum of RGB (Red+Green+Blue) = 93+224+152=469 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.83% from 469); Green value is 224 (87.89% from 255 or 47.76% from 469); Blue value is 152 (59.77% from 255 or 32.41% from 469); Max value from RGB is 224 - color contains mainly: green. Hex color #5DE098 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DE098 is #A21F67. Grayscale: #B0B0B0. Windows color (decimal): -10624872 or 10018909. OLE color: 10018909.

HSL color Cylindrical-coordinate representation of color #5DE098: hue angle of 147.02º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DE098 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB93224152-
CMYK0.5800.320.12
HSL147.02º67.88%62.16%-
HSV(B)147.02º58.48%87.84%-
XYZ36.8457.9138.94-
YUV176.62114.168.35-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.83%
GREEN value IS 224 (87.89% from 255) = 47.76%
BLUE value IS 152 (59.77% from 255) = 32.41%
R=19.83%
G=47.76%
B=32.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal932241520.5800.320.12147.0267.8862.16
Hex5DE0983A020C93443e
Octal135340230720401422310476
Binary1011101111000001001100011101001000001100100100111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,224,152); }

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

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

 a { background-color: rgb(93,224,152); }

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

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

 span { border-color: rgb(93,224,152); }

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