#5CC8AE

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

Shades of Medium Aquamarine #5CC8AE

Tints of Medium Aquamarine #5CC8AE

Color information

#5CC8AE (or 0x5CC8AE) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, C8 and AE. RGB value is (92,200,174). Sum of RGB (Red+Green+Blue) = 92+200+174=466 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.74% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 200 - color contains mainly: green. Hex color #5CC8AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CC8AE is #A33751. Grayscale: #A4A4A4. Windows color (decimal): -10696530 or 11454556. OLE color: 11454556.

HSL color Cylindrical-coordinate representation of color #5CC8AE: hue angle of 165.56º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CC8AE is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB92200174-
CMYK0.5400.130.22
HSL165.56º49.54%57.25%-
HSV(B)165.56º54%78.43%-
XYZ32.7146.6447.32-
YUV164.74133.2276.11-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.74%
GREEN value IS 200 (78.52% from 255) = 42.92%
BLUE value IS 174 (68.36% from 255) = 37.34%
R=19.74%
G=42.92%
B=37.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal922001740.5400.130.22165.5649.5457.25
Hex5CC8AE360D16a63239
Octal13431025666015262466271
Binary10111001100100010101110110110011011011010100110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CC8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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