#5CD6A1

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

Shades of Medium Aquamarine #5CD6A1

Tints of Medium Aquamarine #5CD6A1

Color information

#5CD6A1 (or 0x5CD6A1) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, D6 and A1. RGB value is (92,214,161). Sum of RGB (Red+Green+Blue) = 92+214+161=467 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.70% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #5CD6A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CD6A1 is #A3295E. Grayscale: #ABABAB. Windows color (decimal): -10692959 or 10606172. OLE color: 10606172.

HSL color Cylindrical-coordinate representation of color #5CD6A1: hue angle of 153.93º 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 #5CD6A1 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB92214161-
CMYK0.5700.250.16
HSL153.93º59.8%60%-
HSV(B)153.93º57.01%83.92%-
XYZ34.8952.9442.1-
YUV171.48122.0871.31-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.70%
GREEN value IS 214 (83.98% from 255) = 45.82%
BLUE value IS 161 (63.28% from 255) = 34.48%
R=19.70%
G=45.82%
B=34.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal922141610.5700.250.16153.9359.860
Hex5CD6A139019109a3c3c
Octal13432624171031202327474
Binary101110011010110101000011110010110011000010011010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CD6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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