#55F1A9

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

Shades of Medium Aquamarine #55F1A9

Tints of Medium Aquamarine #55F1A9

Color information

#55F1A9 (or 0x55F1A9) is unknown color: approx Medium Aquamarine. HEX triplet: 55, F1 and A9. RGB value is (85,241,169). Sum of RGB (Red+Green+Blue) = 85+241+169=495 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.17% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 169 (66.41% from 255 or 34.14% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #55F1A9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F1A9 is #AA0E56. Grayscale: #BABABA. Windows color (decimal): -11144791 or 11137365. OLE color: 11137365.

HSL color Cylindrical-coordinate representation of color #55F1A9: hue angle of 152.31º 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 #55F1A9 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB85241169-
CMYK0.6500.300.05
HSL152.31º84.78%63.92%-
HSV(B)152.31º64.73%94.51%-
XYZ42.3667.7148.37-
YUV186.15118.3255.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.17%
GREEN value IS 241 (94.53% from 255) = 48.69%
BLUE value IS 169 (66.41% from 255) = 34.14%
R=17.17%
G=48.69%
B=34.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal852411690.6500.300.05152.3184.7863.92
Hex55F1A94101E5985540
Octal1253612511010365230125100
Binary1010101111100011010100110000010111101011001100010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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