#55F1B4

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

Shades of Medium Aquamarine #55F1B4

Tints of Medium Aquamarine #55F1B4

Color information

#55F1B4 (or 0x55F1B4) is unknown color: approx Medium Aquamarine. HEX triplet: 55, F1 and B4. RGB value is (85,241,180). Sum of RGB (Red+Green+Blue) = 85+241+180=506 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.80% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #55F1B4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F1B4 is #AA0E4B. Grayscale: #BBBBBB. Windows color (decimal): -11144780 or 11858261. OLE color: 11858261.

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

Color convert

RGB85241180-
CMYK0.6500.250.05
HSL156.54º84.78%63.92%-
HSV(B)156.54º64.73%94.51%-
XYZ43.4468.1454.04-
YUV187.4123.8254.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.80%
GREEN value IS 241 (94.53% from 255) = 47.63%
BLUE value IS 180 (70.70% from 255) = 35.57%
R=16.80%
G=47.63%
B=35.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal852411800.6500.250.05156.5484.7863.92
Hex55F1B44101959d5540
Octal1253612641010315235125100
Binary1010101111100011011010010000010110011011001110110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,241,180); }

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

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

 a { background-color: rgb(85,241,180); }

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

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

 span { border-color: rgb(85,241,180); }

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