#5CFFAE

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

Shades of Medium Aquamarine #5CFFAE

Tints of Medium Aquamarine #5CFFAE

Color information

#5CFFAE (or 0x5CFFAE) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, FF and AE. RGB value is (92,255,174). Sum of RGB (Red+Green+Blue) = 92+255+174=521 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.66% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #5CFFAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CFFAE is #A30051. Grayscale: #C5C5C5. Windows color (decimal): -10682450 or 11468636. OLE color: 11468636.

HSL color Cylindrical-coordinate representation of color #5CFFAE: hue angle of 150.18º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CFFAE is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB92255174-
CMYK0.6400.320
HSL150.18º100%68.04%-
HSV(B)150.18º63.92%100%-
XYZ47.8176.8552.36-
YUV197.0311553.09-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.66%
GREEN value IS 255 (100% from 255) = 48.94%
BLUE value IS 174 (68.36% from 255) = 33.40%
R=17.66%
G=48.94%
B=33.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal922551740.6400.320150.1810068.04
Hex5CFFAE400200966444
Octal1343772561000400226144104
Binary101110011111111101011101000000010000001001011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CFFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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