#5CCAAE

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

Shades of Medium Aquamarine #5CCAAE

Tints of Medium Aquamarine #5CCAAE

Color information

#5CCAAE (or 0x5CCAAE) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, CA and AE. RGB value is (92,202,174). Sum of RGB (Red+Green+Blue) = 92+202+174=468 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.66% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #5CCAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCAAE is #A33551. Grayscale: #A5A5A5. Windows color (decimal): -10696018 or 11455068. OLE color: 11455068.

HSL color Cylindrical-coordinate representation of color #5CCAAE: hue angle of 164.73º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CCAAE is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB92202174-
CMYK0.5400.140.21
HSL164.73º50.93%57.65%-
HSV(B)164.73º54.46%79.22%-
XYZ33.1747.5747.48-
YUV165.92132.5675.28-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.66%
GREEN value IS 202 (79.30% from 255) = 43.16%
BLUE value IS 174 (68.36% from 255) = 37.18%
R=19.66%
G=43.16%
B=37.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal922021740.5400.140.21164.7350.9357.65
Hex5CCAAE360E15a5333a
Octal13431225666016252456372
Binary10111001100101010101110110110011101010110100101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,202,174); }

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

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

 a { background-color: rgb(92,202,174); }

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

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

 span { border-color: rgb(92,202,174); }

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