Html Css Color HEX #55E0AD Medium Aquamarine

📋 copy color: '#55E0AD'

red 85 ◦ green 224 ◦ blue 173

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

Shades of Medium Aquamarine #55E0AD

Tints of Medium Aquamarine #55E0AD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.47%

 BLUE value IS 173 (67.97% from 255) = 35.89%

R = 17.63%
G = 46.47%
B = 35.89%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#55E0AD (or 0x55E0AD) is known color: Medium Aquamarine. HEX triplet: 55, E0 and AD. RGB value is (85,224,173). Sum of RGB (Red+Green+Blue) = 85+224+173=482 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.63% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 224 - color contains mainly: green. Hex color #55E0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E0AD is #AA1F52. Grayscale: #B0B0B0. Windows color (decimal): -11149139 or 11395157. OLE color: 11395157.

HSL color Cylindrical-coordinate representation of color #55E0AD: hue angle of 157.99º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55E0AD is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 85 224 173 -
CMYK 0.62 0 0.23 0.12
HSL 157.99º 0.69% 0.61% -
HSV(B) 157.99º 0.62% 0.88% -
XYZ 37.94 58.26 48.78 -
YUV 176.63 125.95 62.65 -
System Red Green Blue C M Y K H S L
Decimal 85 224 173 0.62 0 0.23 0.12 157.99 0.69 0.61
Hex 55 E0 AD 3E 0 17 C 9E 45 3D
Octal 125 340 255 76 0 27 14 236 105 75
Binary 1010101 11100000 10101101 111110 0 10111 1100 10011110 1000101 111101

Color Harmonies of #55E0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E0AD

Black with #55E0AD

Text Example


Text Example

White with #55E0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,224,173); }

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

background-color css

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

 a { background-color: rgb(85,224,173); }

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

border-color css

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

 span { border-color: rgb(85,224,173); }

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