#55f1aa

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

Shades of Medium Aquamarine #55F1AA

Tints of Medium Aquamarine #55F1AA

Color information

#55F1AA (or 0x55F1AA) is unknown color: approx Medium Aquamarine. HEX triplet: 55, F1 and AA. RGB value is (85,241,170). Sum of RGB (Red+Green+Blue) = 85+241+170=496 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.14% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 241 - color contains mainly: green. Hex color #55F1AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F1AA is #AA0E55. Grayscale: #BABABA. Windows color (decimal): -11144790 or 11202901. OLE color: 11202901.

HSL color Cylindrical-coordinate representation of color #55F1AA: hue angle of 152.69º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F1AA is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB85241170-
CMYK0.6500.290.05
HSL152.69º84.78%63.92%-
HSV(B)152.69º64.73%94.51%-
XYZ42.4667.7448.87-
YUV186.26118.8255.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.14%
GREEN value IS 241 (94.53% from 255) = 48.59%
BLUE value IS 170 (66.80% from 255) = 34.27%
R=17.14%
G=48.59%
B=34.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal852411700.6500.290.05152.6984.7863.92
Hex55F1AA4101D5995540
Octal1253612521010355231125100
Binary1010101111100011010101010000010111011011001100110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55f1aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55f1aa; }

 p { color: rgb(85,241,170); }

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

<style>
 a { background-color: #55f1aa; }

 a { background-color: rgb(85,241,170); }

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

<style>
 span { border-color: #55f1aa; }

 span { border-color: rgb(85,241,170); }

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