#55F1A5

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

Shades of Medium Aquamarine #55F1A5

Tints of Medium Aquamarine #55F1A5

Color information

#55F1A5 (or 0x55F1A5) is unknown color: approx Medium Aquamarine. HEX triplet: 55, F1 and A5. RGB value is (85,241,165). Sum of RGB (Red+Green+Blue) = 85+241+165=491 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.31% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #55F1A5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F1A5 is #AA0E5A. Grayscale: #B9B9B9. Windows color (decimal): -11144795 or 10875221. OLE color: 10875221.

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

Color convert

RGB85241165-
CMYK0.6500.320.05
HSL150.77º84.78%63.92%-
HSV(B)150.77º64.73%94.51%-
XYZ41.9967.5646.42-
YUV185.69116.3256.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.31%
GREEN value IS 241 (94.53% from 255) = 49.08%
BLUE value IS 165 (64.84% from 255) = 33.60%
R=17.31%
G=49.08%
B=33.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal852411650.6500.320.05150.7784.7863.92
Hex55F1A5410205975540
Octal1253612451010405227125100
Binary10101011111000110100101100000101000001011001011110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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