#5CDCAA

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

Shades of Medium Aquamarine #5CDCAA

Tints of Medium Aquamarine #5CDCAA

Color information

#5CDCAA (or 0x5CDCAA) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, DC and AA. RGB value is (92,220,170). Sum of RGB (Red+Green+Blue) = 92+220+170=482 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.09% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDCAA is #A32355. Grayscale: #B0B0B0. Windows color (decimal): -10691414 or 11197532. OLE color: 11197532.

HSL color Cylindrical-coordinate representation of color #5CDCAA: hue angle of 156.56º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDCAA is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB92220170-
CMYK0.5800.230.14
HSL156.56º64.65%61.18%-
HSV(B)156.56º58.18%86.27%-
XYZ37.2656.3646.95-
YUV176.03124.5968.07-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.09%
GREEN value IS 220 (86.33% from 255) = 45.64%
BLUE value IS 170 (66.80% from 255) = 35.27%
R=19.09%
G=45.64%
B=35.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal922201700.5800.230.14156.5664.6561.18
Hex5CDCAA3A017E9d413d
Octal134334252720271623510175
Binary101110011011100101010101110100101111110100111011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,220,170); }

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

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

 a { background-color: rgb(92,220,170); }

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

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

 span { border-color: rgb(92,220,170); }

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