#55FBAF

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

Shades of Medium Aquamarine #55FBAF

Tints of Medium Aquamarine #55FBAF

Color information

#55FBAF (or 0x55FBAF) is unknown color: approx Medium Aquamarine. HEX triplet: 55, FB and AF. RGB value is (85,251,175). Sum of RGB (Red+Green+Blue) = 85+251+175=511 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.63% from 511); Green value is 251 (98.44% from 255 or 49.12% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 251 - color contains mainly: green. Hex color #55FBAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FBAF is #AA0450. Grayscale: #C0C0C0. Windows color (decimal): -11142225 or 11533141. OLE color: 11533141.

HSL color Cylindrical-coordinate representation of color #55FBAF: hue angle of 152.53º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FBAF is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB85251175-
CMYK0.6600.300.02
HSL152.53º95.4%65.88%-
HSV(B)152.53º66.14%98.43%-
XYZ45.9874.0252.42-
YUV192.711851.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.63%
GREEN value IS 251 (98.44% from 255) = 49.12%
BLUE value IS 175 (68.75% from 255) = 34.25%
R=16.63%
G=49.12%
B=34.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal852511750.6600.300.02152.5395.465.88
Hex55FBAF4201E2995f42
Octal1253732571020362231137102
Binary101010111111011101011111000010011110101001100110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,251,175); }

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

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

 a { background-color: rgb(85,251,175); }

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

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

 span { border-color: rgb(85,251,175); }

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