Html Css Color HEX #55FFB1 Medium Aquamarine

📋 copy color: '#55FFB1'

red 85 ◦ green 255 ◦ blue 177

#55FFB1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #55FFB1

Tints of Medium Aquamarine #55FFB1

RGB

 RED value IS 85 (33.59% from 255) = 16.44%

 GREEN value IS 255 (100% from 255) = 49.32%

 BLUE value IS 177 (69.53% from 255) = 34.24%

R = 16.44%
G = 49.32%
B = 34.24%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#55FFB1 (or 0x55FFB1) is known color: Medium Aquamarine. HEX triplet: 55, FF and B1. RGB value is (85,255,177). Sum of RGB (Red+Green+Blue) = 85+255+177=517 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.44% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 177 (69.53% from 255 or 34.24% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FFB1 is #AA004E. Grayscale: #C3C3C3. Windows color (decimal): -11141199 or 11665237. OLE color: 11665237.

HSL color Cylindrical-coordinate representation of color #55FFB1: hue angle of 152.47º 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 #55FFB1 is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 85 255 177 -
CMYK 0.67 0 0.31 0
HSL 152.47º 1% 0.67% -
HSV(B) 152.47º 0.67% 1% -
XYZ 47.44 76.63 53.88 -
YUV 195.28 117.68 49.34 -
System Red Green Blue C M Y K H S L
Decimal 85 255 177 0.67 0 0.31 0 152.47 1 0.67
Hex 55 FF B1 43 0 1F 0 98 64 43
Octal 125 377 261 103 0 37 0 230 144 103
Binary 1010101 11111111 10110001 1000011 0 11111 0 10011000 1100100 1000011

Color Harmonies of #55FFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FFB1

Black with #55FFB1

Text Example


Text Example

White with #55FFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #55FFB1;
 }
 .AnyTagClassName
 {
   color: #55FFB1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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