Html Css Color HEX #55E4A0 Medium Aquamarine

📋 copy color: '#55E4A0'

red 85 ◦ green 228 ◦ blue 160

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

Shades of Medium Aquamarine #55E4A0

Tints of Medium Aquamarine #55E4A0

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.2%

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

R = 17.97%
G = 48.2%
B = 33.83%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#55E4A0 (or 0x55E4A0) is known color: Medium Aquamarine. HEX triplet: 55, E4 and A0. RGB value is (85,228,160). Sum of RGB (Red+Green+Blue) = 85+228+160=473 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.97% from 473); Green value is 228 (89.45% from 255 or 48.20% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 228 - color contains mainly: green. Hex color #55E4A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E4A0 is #AA1B5F. Grayscale: #B1B1B1. Windows color (decimal): -11148128 or 10544213. OLE color: 10544213.

HSL color Cylindrical-coordinate representation of color #55E4A0: hue angle of 151.47º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E4A0 is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 85 228 160 -
CMYK 0.63 0 0.30 0.11
HSL 151.47º 0.73% 0.61% -
HSV(B) 151.47º 0.63% 0.89% -
XYZ 37.83 59.96 42.84 -
YUV 177.49 118.12 62.03 -
System Red Green Blue C M Y K H S L
Decimal 85 228 160 0.63 0 0.30 0.11 151.47 0.73 0.61
Hex 55 E4 A0 3F 0 1E B 97 49 3D
Octal 125 344 240 77 0 36 13 227 111 75
Binary 1010101 11100100 10100000 111111 0 11110 1011 10010111 1001001 111101

Color Harmonies of #55E4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E4A0

Black with #55E4A0

Text Example


Text Example

White with #55E4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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