#55F2A8

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

Shades of Medium Aquamarine #55F2A8

Tints of Medium Aquamarine #55F2A8

Color information

#55F2A8 (or 0x55F2A8) is unknown color: approx Medium Aquamarine. HEX triplet: 55, F2 and A8. RGB value is (85,242,168). Sum of RGB (Red+Green+Blue) = 85+242+168=495 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.17% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #55F2A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F2A8 is #AA0D57. Grayscale: #BABABA. Windows color (decimal): -11144536 or 11072085. OLE color: 11072085.

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

Color convert

RGB85242168-
CMYK0.6500.310.05
HSL151.72º85.79%64.12%-
HSV(B)151.72º64.88%94.9%-
XYZ42.5768.2647.98-
YUV186.62117.4955.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.17%
GREEN value IS 242 (94.92% from 255) = 48.89%
BLUE value IS 168 (66.02% from 255) = 33.94%
R=17.17%
G=48.89%
B=33.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal852421680.6500.310.05151.7285.7964.12
Hex55F2A84101F5985640
Octal1253622501010375230126100
Binary1010101111100101010100010000010111111011001100010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F2A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,242,168); }

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

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

 a { background-color: rgb(85,242,168); }

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

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

 span { border-color: rgb(85,242,168); }

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