#5DCAAA

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

Shades of Medium Aquamarine #5DCAAA

Tints of Medium Aquamarine #5DCAAA

Color information

#5DCAAA (or 0x5DCAAA) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, CA and AA. RGB value is (93,202,170). Sum of RGB (Red+Green+Blue) = 93+202+170=465 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #5DCAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCAAA is #A23555. Grayscale: #A5A5A5. Windows color (decimal): -10630486 or 11192925. OLE color: 11192925.

HSL color Cylindrical-coordinate representation of color #5DCAAA: hue angle of 162.39º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCAAA is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB93202170-
CMYK0.5400.160.21
HSL162.39º50.7%57.84%-
HSV(B)162.39º53.96%79.22%-
XYZ32.8947.4745.46-
YUV165.76130.3976.1-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20%
GREEN value IS 202 (79.30% from 255) = 43.44%
BLUE value IS 170 (66.80% from 255) = 36.56%
R=20%
G=43.44%
B=36.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal932021700.5400.160.21162.3950.757.84
Hex5DCAAA3601015a2333a
Octal13531225266020252426372
Binary101110111001010101010101101100100001010110100010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,202,170); }

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

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

 a { background-color: rgb(93,202,170); }

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

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

 span { border-color: rgb(93,202,170); }

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