#55F5A7

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

Shades of Medium Aquamarine #55F5A7

Tints of Medium Aquamarine #55F5A7

Color information

#55F5A7 (or 0x55F5A7) is unknown color: approx Medium Aquamarine. HEX triplet: 55, F5 and A7. RGB value is (85,245,167). Sum of RGB (Red+Green+Blue) = 85+245+167=497 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.10% from 497); Green value is 245 (96.09% from 255 or 49.30% from 497); Blue value is 167 (65.62% from 255 or 33.60% from 497); Max value from RGB is 245 - color contains mainly: green. Hex color #55F5A7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F5A7 is #AA0A58. Grayscale: #BCBCBC. Windows color (decimal): -11143769 or 11007317. OLE color: 11007317.

HSL color Cylindrical-coordinate representation of color #55F5A7: hue angle of 150.75º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F5A7 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB85245167-
CMYK0.6500.320.04
HSL150.75º88.89%64.71%-
HSV(B)150.75º65.31%96.08%-
XYZ43.3770.0347.79-
YUV188.27115.9954.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.10%
GREEN value IS 245 (96.09% from 255) = 49.30%
BLUE value IS 167 (65.62% from 255) = 33.60%
R=17.10%
G=49.30%
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.04
SystemRedGreenBlueCMYKHSL
Decimal852451670.6500.320.04150.7588.8964.71
Hex55F5A7410204975941
Octal1253652471010404227131101
Binary10101011111010110100111100000101000001001001011110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,245,167); }

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

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

 a { background-color: rgb(85,245,167); }

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

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

 span { border-color: rgb(85,245,167); }

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