#5DCDA5

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

Shades of Medium Aquamarine #5DCDA5

Tints of Medium Aquamarine #5DCDA5

Color information

#5DCDA5 (or 0x5DCDA5) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, CD and A5. RGB value is (93,205,165). Sum of RGB (Red+Green+Blue) = 93+205+165=463 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.09% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 165 (64.84% from 255 or 35.64% from 463); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCDA5 is #A2325A. Grayscale: #A7A7A7. Windows color (decimal): -10629723 or 10866013. OLE color: 10866013.

HSL color Cylindrical-coordinate representation of color #5DCDA5: hue angle of 158.57º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCDA5 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB93205165-
CMYK0.5500.200.20
HSL158.57º52.83%58.43%-
HSV(B)158.57º54.63%80.39%-
XYZ33.1448.7143.25-
YUV166.95126.8975.25-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.09%
GREEN value IS 205 (80.47% from 255) = 44.28%
BLUE value IS 165 (64.84% from 255) = 35.64%
R=20.09%
G=44.28%
B=35.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal932051650.5500.200.20158.5752.8358.43
Hex5DCDA537014149f353a
Octal13531524567024242376572
Binary101110111001101101001011101110101001010010011111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,205,165); }

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

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

 a { background-color: rgb(93,205,165); }

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

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

 span { border-color: rgb(93,205,165); }

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