#5DCEA7

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

Shades of Medium Aquamarine #5DCEA7

Tints of Medium Aquamarine #5DCEA7

Color information

#5DCEA7 (or 0x5DCEA7) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, CE and A7. RGB value is (93,206,167). Sum of RGB (Red+Green+Blue) = 93+206+167=466 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.96% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 167 (65.62% from 255 or 35.84% from 466); Max value from RGB is 206 - color contains mainly: green. Hex color #5DCEA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCEA7 is #A23158. Grayscale: #A7A7A7. Windows color (decimal): -10629465 or 10997341. OLE color: 10997341.

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

Color convert

RGB93206167-
CMYK0.5500.190.19
HSL159.29º53.55%58.63%-
HSV(B)159.29º54.85%80.78%-
XYZ33.5649.2644.3-
YUV167.77127.5674.67-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.96%
GREEN value IS 206 (80.86% from 255) = 44.21%
BLUE value IS 167 (65.62% from 255) = 35.84%
R=19.96%
G=44.21%
B=35.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal932061670.5500.190.19159.2953.5558.63
Hex5DCEA737013139f363b
Octal13531624767023232376673
Binary101110111001110101001111101110100111001110011111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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