Html Css Color HEX #55E5AA Medium Aquamarine

📋 copy color: '#55E5AA'

red 85 ◦ green 229 ◦ blue 170

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

Shades of Medium Aquamarine #55E5AA

Tints of Medium Aquamarine #55E5AA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.31%

 BLUE value IS 170 (66.8% from 255) = 35.12%

R = 17.56%
G = 47.31%
B = 35.12%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#55E5AA (or 0x55E5AA) is known color: Medium Aquamarine. HEX triplet: 55, E5 and AA. RGB value is (85,229,170). Sum of RGB (Red+Green+Blue) = 85+229+170=484 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.56% from 484); Green value is 229 (89.84% from 255 or 47.31% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 229 - color contains mainly: green. Hex color #55E5AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E5AA is #AA1A55. Grayscale: #B3B3B3. Windows color (decimal): -11147862 or 11199829. OLE color: 11199829.

HSL color Cylindrical-coordinate representation of color #55E5AA: hue angle of 155.42º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E5AA is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 85 229 170 -
CMYK 0.63 0 0.26 0.10
HSL 155.42º 0.73% 0.62% -
HSV(B) 155.42º 0.63% 0.9% -
XYZ 39.02 60.87 47.72 -
YUV 179.22 122.79 60.8 -
System Red Green Blue C M Y K H S L
Decimal 85 229 170 0.63 0 0.26 0.10 155.42 0.73 0.62
Hex 55 E5 AA 3F 0 1A A 9B 49 3E
Octal 125 345 252 77 0 32 12 233 111 76
Binary 1010101 11100101 10101010 111111 0 11010 1010 10011011 1001001 111110

Color Harmonies of #55E5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E5AA

Black with #55E5AA

Text Example


Text Example

White with #55E5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,229,170); }

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

background-color css

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

 a { background-color: rgb(85,229,170); }

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

border-color css

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

 span { border-color: rgb(85,229,170); }

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