#55F7A7

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

Shades of Medium Aquamarine #55F7A7

Tints of Medium Aquamarine #55F7A7

Color information

#55F7A7 (or 0x55F7A7) is unknown color: approx Medium Aquamarine. HEX triplet: 55, F7 and A7. RGB value is (85,247,167). Sum of RGB (Red+Green+Blue) = 85+247+167=499 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17.03% from 499); Green value is 247 (96.88% from 255 or 49.50% from 499); Blue value is 167 (65.62% from 255 or 33.47% from 499); Max value from RGB is 247 - color contains mainly: green. Hex color #55F7A7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F7A7 is #AA0858. Grayscale: #BDBDBD. Windows color (decimal): -11143257 or 11007829. OLE color: 11007829.

HSL color Cylindrical-coordinate representation of color #55F7A7: hue angle of 150.37º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55F7A7 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB85247167-
CMYK0.6600.320.03
HSL150.37º91.01%65.1%-
HSV(B)150.37º65.59%96.86%-
XYZ43.9871.2447.99-
YUV189.44115.3353.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.03%
GREEN value IS 247 (96.88% from 255) = 49.50%
BLUE value IS 167 (65.62% from 255) = 33.47%
R=17.03%
G=49.50%
B=33.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal852471670.6600.320.03150.3791.0165.1
Hex55F7A7420203965b41
Octal1253672471020403226133101
Binary1010101111101111010011110000100100000111001011010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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