#5DC8AC

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

Shades of Medium Aquamarine #5DC8AC

Tints of Medium Aquamarine #5DC8AC

Color information

#5DC8AC (or 0x5DC8AC) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, C8 and AC. RGB value is (93,200,172). Sum of RGB (Red+Green+Blue) = 93+200+172=465 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 200 - color contains mainly: green. Hex color #5DC8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DC8AC is #A23753. Grayscale: #A4A4A4. Windows color (decimal): -10630996 or 11323485. OLE color: 11323485.

HSL color Cylindrical-coordinate representation of color #5DC8AC: hue angle of 164.3º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DC8AC is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB93200172-
CMYK0.5400.140.22
HSL164.3º49.31%57.45%-
HSV(B)164.3º53.5%78.43%-
XYZ32.6146.6146.31-
YUV164.82132.0576.78-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20%
GREEN value IS 200 (78.52% from 255) = 43.01%
BLUE value IS 172 (67.58% from 255) = 36.99%
R=20%
G=43.01%
B=36.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal932001720.5400.140.22164.349.3157.45
Hex5DC8AC360E16a43139
Octal13531025466016262446171
Binary10111011100100010101100110110011101011010100100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,200,172); }

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

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

 a { background-color: rgb(93,200,172); }

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

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

 span { border-color: rgb(93,200,172); }

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