#5DCDB0

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

Shades of Medium Aquamarine #5DCDB0

Tints of Medium Aquamarine #5DCDB0

Color information

#5DCDB0 (or 0x5DCDB0) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, CD and B0. RGB value is (93,205,176). Sum of RGB (Red+Green+Blue) = 93+205+176=474 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.62% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCDB0 is #A2324F. Grayscale: #A8A8A8. Windows color (decimal): -10629712 or 11586909. OLE color: 11586909.

HSL color Cylindrical-coordinate representation of color #5DCDB0: hue angle of 164.46º 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 #5DCDB0 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB93205176-
CMYK0.5500.140.20
HSL164.46º52.83%58.43%-
HSV(B)164.46º54.63%80.39%-
XYZ34.1849.1248.75-
YUV168.21132.3974.36-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.62%
GREEN value IS 205 (80.47% from 255) = 43.25%
BLUE value IS 176 (69.14% from 255) = 37.13%
R=19.62%
G=43.25%
B=37.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal932051760.5500.140.20164.4652.8358.43
Hex5DCDB0370E14a4353a
Octal13531526067016242446572
Binary10111011100110110110000110111011101010010100100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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