#5DCDB7

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

Shades of Medium Aquamarine #5DCDB7

Tints of Medium Aquamarine #5DCDB7

Color information

#5DCDB7 (or 0x5DCDB7) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, CD and B7. RGB value is (93,205,183). Sum of RGB (Red+Green+Blue) = 93+205+183=481 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.33% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCDB7 is #A23248. Grayscale: #A8A8A8. Windows color (decimal): -10629705 or 12045661. OLE color: 12045661.

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

Color convert

RGB93205183-
CMYK0.5500.110.20
HSL168.21º52.83%58.43%-
HSV(B)168.21º54.63%80.39%-
XYZ34.8949.4152.5-
YUV169135.8973.79-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.33%
GREEN value IS 205 (80.47% from 255) = 42.62%
BLUE value IS 183 (71.88% from 255) = 38.05%
R=19.33%
G=42.62%
B=38.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal932051830.5500.110.20168.2152.8358.43
Hex5DCDB7370B14a8353a
Octal13531526767013242506572
Binary10111011100110110110111110111010111010010101000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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