#5CE5A0

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

Shades of Medium Aquamarine #5CE5A0

Tints of Medium Aquamarine #5CE5A0

Color information

#5CE5A0 (or 0x5CE5A0) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, E5 and A0. RGB value is (92,229,160). Sum of RGB (Red+Green+Blue) = 92+229+160=481 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.13% from 481); Green value is 229 (89.84% from 255 or 47.61% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 229 - color contains mainly: green. Hex color #5CE5A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CE5A0 is #A31A5F. Grayscale: #B4B4B4. Windows color (decimal): -10689120 or 10544476. OLE color: 10544476.

HSL color Cylindrical-coordinate representation of color #5CE5A0: hue angle of 149.78º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CE5A0 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB92229160-
CMYK0.6000.300.10
HSL149.78º72.49%62.94%-
HSV(B)149.78º59.83%89.8%-
XYZ38.7860.8542.96-
YUV180.17116.6165.11-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.13%
GREEN value IS 229 (89.84% from 255) = 47.61%
BLUE value IS 160 (62.89% from 255) = 33.26%
R=19.13%
G=47.61%
B=33.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal922291600.6000.300.10149.7872.4962.94
Hex5CE5A03C01EA96483f
Octal134345240740361222611077
Binary101110011100101101000001111000111101010100101101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CE5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,229,160); }

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

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

 a { background-color: rgb(92,229,160); }

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

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

 span { border-color: rgb(92,229,160); }

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