#5CDEAE

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

Shades of Medium Aquamarine #5CDEAE

Tints of Medium Aquamarine #5CDEAE

Color information

#5CDEAE (or 0x5CDEAE) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, DE and AE. RGB value is (92,222,174). Sum of RGB (Red+Green+Blue) = 92+222+174=488 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.85% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #5CDEAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDEAE is #A32151. Grayscale: #B1B1B1. Windows color (decimal): -10690898 or 11460188. OLE color: 11460188.

HSL color Cylindrical-coordinate representation of color #5CDEAE: hue angle of 157.85º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CDEAE is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB92222174-
CMYK0.5900.220.13
HSL157.85º66.33%61.57%-
HSV(B)157.85º58.56%87.06%-
XYZ38.1757.5749.15-
YUV177.66125.9366.9-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.85%
GREEN value IS 222 (87.11% from 255) = 45.49%
BLUE value IS 174 (68.36% from 255) = 35.66%
R=18.85%
G=45.49%
B=35.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal922221740.5900.220.13157.8566.3361.57
Hex5CDEAE3B016D9e423e
Octal134336256730261523610276
Binary101110011011110101011101110110101101101100111101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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