#5CFFAA

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

Shades of Medium Aquamarine #5CFFAA

Tints of Medium Aquamarine #5CFFAA

Color information

#5CFFAA (or 0x5CFFAA) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, FF and AA. RGB value is (92,255,170). Sum of RGB (Red+Green+Blue) = 92+255+170=517 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.79% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #5CFFAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CFFAA is #A30055. Grayscale: #C4C4C4. Windows color (decimal): -10682454 or 11206492. OLE color: 11206492.

HSL color Cylindrical-coordinate representation of color #5CFFAA: hue angle of 148.71º 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 #5CFFAA is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB92255170-
CMYK0.6400.330
HSL148.71º100%68.04%-
HSV(B)148.71º63.92%100%-
XYZ47.4376.750.33-
YUV196.5711353.41-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.79%
GREEN value IS 255 (100% from 255) = 49.32%
BLUE value IS 170 (66.80% from 255) = 32.88%
R=17.79%
G=49.32%
B=32.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal922551700.6400.330148.7110068.04
Hex5CFFAA400210956444
Octal1343772521000410225144104
Binary101110011111111101010101000000010000101001010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CFFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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