Html Css Color HEX #55FFA0 Medium Aquamarine

📋 copy color: '#55FFA0'

red 85 ◦ green 255 ◦ blue 160

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

Shades of Medium Aquamarine #55FFA0

Tints of Medium Aquamarine #55FFA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32%

R = 17%
G = 51%
B = 32%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#55FFA0 (or 0x55FFA0) is known color: Medium Aquamarine. HEX triplet: 55, FF and A0. RGB value is (85,255,160). Sum of RGB (Red+Green+Blue) = 85+255+160=500 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FFA0 is #AA005F. Grayscale: #C1C1C1. Windows color (decimal): -11141216 or 10551125. OLE color: 10551125.

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

Color convert

RGB 85 255 160 -
CMYK 0.67 0 0.37 0
HSL 146.47º 1% 0.67% -
HSV(B) 146.47º 0.67% 1% -
XYZ 45.85 75.99 45.51 -
YUV 193.34 109.18 50.72 -
System Red Green Blue C M Y K H S L
Decimal 85 255 160 0.67 0 0.37 0 146.47 1 0.67
Hex 55 FF A0 43 0 25 0 92 64 43
Octal 125 377 240 103 0 45 0 222 144 103
Binary 1010101 11111111 10100000 1000011 0 100101 0 10010010 1100100 1000011

Color Harmonies of #55FFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FFA0

Black with #55FFA0

Text Example


Text Example

White with #55FFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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