#5CD6AA

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

Shades of Medium Aquamarine #5CD6AA

Tints of Medium Aquamarine #5CD6AA

Color information

#5CD6AA (or 0x5CD6AA) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, D6 and AA. RGB value is (92,214,170). Sum of RGB (Red+Green+Blue) = 92+214+170=476 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.33% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #5CD6AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CD6AA is #A32955. Grayscale: #ACACAC. Windows color (decimal): -10692950 or 11195996. OLE color: 11195996.

HSL color Cylindrical-coordinate representation of color #5CD6AA: hue angle of 158.36º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CD6AA is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB92214170-
CMYK0.5700.210.16
HSL158.36º59.8%60%-
HSV(B)158.36º57.01%83.92%-
XYZ35.7253.2746.43-
YUV172.51126.5870.58-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.33%
GREEN value IS 214 (83.98% from 255) = 44.96%
BLUE value IS 170 (66.80% from 255) = 35.71%
R=19.33%
G=44.96%
B=35.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal922141700.5700.210.16158.3659.860
Hex5CD6AA39015109e3c3c
Octal13432625271025202367474
Binary101110011010110101010101110010101011000010011110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CD6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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