#55F195

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

Shades of Medium Aquamarine #55F195

Tints of Medium Aquamarine #55F195

Color information

#55F195 (or 0x55F195) is unknown color: approx Medium Aquamarine. HEX triplet: 55, F1 and 95. RGB value is (85,241,149). Sum of RGB (Red+Green+Blue) = 85+241+149=475 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.89% from 475); Green value is 241 (94.53% from 255 or 50.74% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 241 - color contains mainly: green. Hex color #55F195 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F195 is #AA0E6A. Grayscale: #B8B8B8. Windows color (decimal): -11144811 or 9826645. OLE color: 9826645.

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

Color convert

RGB85241149-
CMYK0.6500.380.05
HSL144.62º84.78%63.92%-
HSV(B)144.62º64.73%94.51%-
XYZ40.6367.0139.23-
YUV183.87108.3257.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.89%
GREEN value IS 241 (94.53% from 255) = 50.74%
BLUE value IS 149 (58.59% from 255) = 31.37%
R=17.89%
G=50.74%
B=31.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal852411490.6500.380.05144.6284.7863.92
Hex55F195410265915540
Octal1253612251010465221125100
Binary10101011111000110010101100000101001101011001000110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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