#5DCE9A

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

Shades of Medium Aquamarine #5DCE9A

Tints of Medium Aquamarine #5DCE9A

Color information

#5DCE9A (or 0x5DCE9A) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, CE and 9A. RGB value is (93,206,154). Sum of RGB (Red+Green+Blue) = 93+206+154=453 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.53% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 206 - color contains mainly: green. Hex color #5DCE9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCE9A is #A23165. Grayscale: #A6A6A6. Windows color (decimal): -10629478 or 10145373. OLE color: 10145373.

HSL color Cylindrical-coordinate representation of color #5DCE9A: hue angle of 152.39º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCE9A is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB93206154-
CMYK0.5500.250.19
HSL152.39º53.55%58.63%-
HSV(B)152.39º54.85%80.78%-
XYZ32.4248.838.28-
YUV166.28121.0675.73-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.53%
GREEN value IS 206 (80.86% from 255) = 45.47%
BLUE value IS 154 (60.55% from 255) = 34.00%
R=20.53%
G=45.47%
B=34.00%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal932061540.5500.250.19152.3953.5558.63
Hex5DCE9A370191398363b
Octal13531623267031232306673
Binary101110111001110100110101101110110011001110011000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,206,154); }

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

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

 a { background-color: rgb(93,206,154); }

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

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

 span { border-color: rgb(93,206,154); }

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