#5CD5A4

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

Shades of Medium Aquamarine #5CD5A4

Tints of Medium Aquamarine #5CD5A4

Color information

#5CD5A4 (or 0x5CD5A4) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, D5 and A4. RGB value is (92,213,164). Sum of RGB (Red+Green+Blue) = 92+213+164=469 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.62% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 213 - color contains mainly: green. Hex color #5CD5A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CD5A4 is #A32A5B. Grayscale: #ABABAB. Windows color (decimal): -10693212 or 10802524. OLE color: 10802524.

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

Color convert

RGB92213164-
CMYK0.5700.230.16
HSL155.7º59.02%59.8%-
HSV(B)155.7º56.81%83.53%-
XYZ34.9152.5443.42-
YUV171.24123.9171.48-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.62%
GREEN value IS 213 (83.59% from 255) = 45.42%
BLUE value IS 164 (64.45% from 255) = 34.97%
R=19.62%
G=45.42%
B=34.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal922131640.5700.230.16155.759.0259.8
Hex5CD5A439017109c3b3c
Octal13432524471027202347374
Binary101110011010101101001001110010101111000010011100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CD5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,213,164); }

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

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

 a { background-color: rgb(92,213,164); }

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

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

 span { border-color: rgb(92,213,164); }

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