#55FFB4

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

Shades of Aquamarine #55FFB4

Tints of Aquamarine #55FFB4

Color information

#55FFB4 (or 0x55FFB4) is unknown color: approx Aquamarine. HEX triplet: 55, FF and B4. RGB value is (85,255,180). Sum of RGB (Red+Green+Blue) = 85+255+180=520 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.35% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FFB4 is #AA004B. Grayscale: #C3C3C3. Windows color (decimal): -11141196 or 11861845. OLE color: 11861845.

HSL color Cylindrical-coordinate representation of color #55FFB4: hue angle of 153.53º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FFB4 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB85255180-
CMYK0.6700.290
HSL153.53º100%66.67%-
HSV(B)153.53º66.67%100%-
XYZ47.7476.7555.48-
YUV195.62119.1849.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.35%
GREEN value IS 255 (100% from 255) = 49.04%
BLUE value IS 180 (70.70% from 255) = 34.62%
R=16.35%
G=49.04%
B=34.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal852551800.6700.290153.5310066.67
Hex55FFB44301D09a6443
Octal1253772641030350232144103
Binary10101011111111110110100100001101110101001101011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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