Html Css Color HEX #55E0A0 Medium Aquamarine

📋 copy color: '#55E0A0'

red 85 ◦ green 224 ◦ blue 160

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

Shades of Medium Aquamarine #55E0A0

Tints of Medium Aquamarine #55E0A0

RGB

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

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

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

R = 18.12%
G = 47.76%
B = 34.12%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#55E0A0 (or 0x55E0A0) is known color: Medium Aquamarine. HEX triplet: 55, E0 and A0. RGB value is (85,224,160). Sum of RGB (Red+Green+Blue) = 85+224+160=469 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.12% from 469); Green value is 224 (87.89% from 255 or 47.76% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 224 - color contains mainly: green. Hex color #55E0A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E0A0 is #AA1F5F. Grayscale: #AFAFAF. Windows color (decimal): -11149152 or 10543189. OLE color: 10543189.

HSL color Cylindrical-coordinate representation of color #55E0A0: hue angle of 152.37º 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 #55E0A0 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 85 224 160 -
CMYK 0.62 0 0.29 0.12
HSL 152.37º 0.69% 0.61% -
HSV(B) 152.37º 0.62% 0.88% -
XYZ 36.75 57.78 42.47 -
YUV 175.14 119.45 63.7 -
System Red Green Blue C M Y K H S L
Decimal 85 224 160 0.62 0 0.29 0.12 152.37 0.69 0.61
Hex 55 E0 A0 3E 0 1D C 98 45 3D
Octal 125 340 240 76 0 35 14 230 105 75
Binary 1010101 11100000 10100000 111110 0 11101 1100 10011000 1000101 111101

Color Harmonies of #55E0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E0A0

Black with #55E0A0

Text Example


Text Example

White with #55E0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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