Html Css Color HEX #55FFA9 Medium Aquamarine

📋 copy color: '#55FFA9'

red 85 ◦ green 255 ◦ blue 169

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

Shades of Medium Aquamarine #55FFA9

Tints of Medium Aquamarine #55FFA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 33.2%

R = 16.7%
G = 50.1%
B = 33.2%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#55FFA9 (or 0x55FFA9) is known color: Medium Aquamarine. HEX triplet: 55, FF and A9. RGB value is (85,255,169). Sum of RGB (Red+Green+Blue) = 85+255+169=509 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.70% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FFA9 is #AA0056. Grayscale: #C2C2C2. Windows color (decimal): -11141207 or 11140949. OLE color: 11140949.

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

Color convert

RGB 85 255 169 -
CMYK 0.67 0 0.34 0
HSL 149.65º 1% 0.67% -
HSV(B) 149.65º 0.67% 1% -
XYZ 46.67 76.32 49.81 -
YUV 194.37 113.68 49.99 -
System Red Green Blue C M Y K H S L
Decimal 85 255 169 0.67 0 0.34 0 149.65 1 0.67
Hex 55 FF A9 43 0 22 0 96 64 43
Octal 125 377 251 103 0 42 0 226 144 103
Binary 1010101 11111111 10101001 1000011 0 100010 0 10010110 1100100 1000011

Color Harmonies of #55FFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FFA9

Black with #55FFA9

Text Example


Text Example

White with #55FFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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