#55F0B1

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

Shades of Medium Aquamarine #55F0B1

Tints of Medium Aquamarine #55F0B1

Color information

#55F0B1 (or 0x55F0B1) is unknown color: approx Medium Aquamarine. HEX triplet: 55, F0 and B1. RGB value is (85,240,177). Sum of RGB (Red+Green+Blue) = 85+240+177=502 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.93% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #55F0B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F0B1 is #AA0F4E. Grayscale: #BABABA. Windows color (decimal): -11145039 or 11661397. OLE color: 11661397.

HSL color Cylindrical-coordinate representation of color #55F0B1: hue angle of 155.61º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F0B1 is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB85240177-
CMYK0.6500.260.06
HSL155.61º83.78%63.73%-
HSV(B)155.61º64.58%94.12%-
XYZ42.8467.4352.35-
YUV186.47122.6555.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.93%
GREEN value IS 240 (94.14% from 255) = 47.81%
BLUE value IS 177 (69.53% from 255) = 35.26%
R=16.93%
G=47.81%
B=35.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal852401770.6500.260.06155.6183.7863.73
Hex55F0B14101A69c5440
Octal1253602611010326234124100
Binary1010101111100001011000110000010110101101001110010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,240,177); }

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

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

 a { background-color: rgb(85,240,177); }

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

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

 span { border-color: rgb(85,240,177); }

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