#5DD099

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

Shades of Medium Aquamarine #5DD099

Tints of Medium Aquamarine #5DD099

Color information

#5DD099 (or 0x5DD099) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, D0 and 99. RGB value is (93,208,153). Sum of RGB (Red+Green+Blue) = 93+208+153=454 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.48% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD099 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD099 is #A22F66. Grayscale: #A7A7A7. Windows color (decimal): -10628967 or 10080349. OLE color: 10080349.

HSL color Cylindrical-coordinate representation of color #5DD099: hue angle of 151.3º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DD099 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB93208153-
CMYK0.5500.260.18
HSL151.3º55.02%59.02%-
HSV(B)151.3º55.29%81.57%-
XYZ32.8249.7438.01-
YUV167.34119.974.97-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.48%
GREEN value IS 208 (81.64% from 255) = 45.81%
BLUE value IS 153 (60.16% from 255) = 33.70%
R=20.48%
G=45.81%
B=33.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal932081530.5500.260.18151.355.0259.02
Hex5DD0993701A1297373b
Octal13532023167032222276773
Binary101110111010000100110011101110110101001010010111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,208,153); }

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

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

 a { background-color: rgb(93,208,153); }

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

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

 span { border-color: rgb(93,208,153); }

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