#55F1B8

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

Shades of Medium Aquamarine #55F1B8

Tints of Medium Aquamarine #55F1B8

Color information

#55F1B8 (or 0x55F1B8) is unknown color: approx Medium Aquamarine. HEX triplet: 55, F1 and B8. RGB value is (85,241,184). Sum of RGB (Red+Green+Blue) = 85+241+184=510 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.67% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 184 (72.27% from 255 or 36.08% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #55F1B8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F1B8 is #AA0E47. Grayscale: #BBBBBB. Windows color (decimal): -11144776 or 12120405. OLE color: 12120405.

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

Color convert

RGB85241184-
CMYK0.6500.240.05
HSL158.08º84.78%63.92%-
HSV(B)158.08º64.73%94.51%-
XYZ43.8568.356.22-
YUV187.86125.8254.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.67%
GREEN value IS 241 (94.53% from 255) = 47.25%
BLUE value IS 184 (72.27% from 255) = 36.08%
R=16.67%
G=47.25%
B=36.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal852411840.6500.240.05158.0884.7863.92
Hex55F1B84101859e5540
Octal1253612701010305236125100
Binary1010101111100011011100010000010110001011001111010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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