Html Css Color HEX #55E89D Medium Aquamarine

📋 copy color: '#55E89D'

red 85 ◦ green 232 ◦ blue 157

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

Shades of Medium Aquamarine #55E89D

Tints of Medium Aquamarine #55E89D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 48.95%

 BLUE value IS 157 (61.72% from 255) = 33.12%

R = 17.93%
G = 48.95%
B = 33.12%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#55E89D (or 0x55E89D) is known color: Medium Aquamarine. HEX triplet: 55, E8 and 9D. RGB value is (85,232,157). Sum of RGB (Red+Green+Blue) = 85+232+157=474 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.93% from 474); Green value is 232 (91.02% from 255 or 48.95% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 232 - color contains mainly: green. Hex color #55E89D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55E89D is #AA1762. Grayscale: #B3B3B3. Windows color (decimal): -11147107 or 10348629. OLE color: 10348629.

HSL color Cylindrical-coordinate representation of color #55E89D: hue angle of 149.39º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E89D is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB 85 232 157 -
CMYK 0.63 0 0.32 0.09
HSL 149.39º 0.76% 0.62% -
HSV(B) 149.39º 0.63% 0.91% -
XYZ 38.69 62.08 41.84 -
YUV 179.5 115.3 60.6 -
System Red Green Blue C M Y K H S L
Decimal 85 232 157 0.63 0 0.32 0.09 149.39 0.76 0.62
Hex 55 E8 9D 3F 0 20 9 95 4C 3E
Octal 125 350 235 77 0 40 11 225 114 76
Binary 1010101 11101000 10011101 111111 0 100000 1001 10010101 1001100 111110

Color Harmonies of #55E89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E89D

Black with #55E89D

Text Example


Text Example

White with #55E89D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,232,157); }

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

background-color css

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

 a { background-color: rgb(85,232,157); }

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

border-color css

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

 span { border-color: rgb(85,232,157); }

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