Html Css Color HEX #55EBAA Medium Aquamarine

📋 copy color: '#55EBAA'

red 85 ◦ green 235 ◦ blue 170

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

Shades of Medium Aquamarine #55EBAA

Tints of Medium Aquamarine #55EBAA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.96%

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

R = 17.35%
G = 47.96%
B = 34.69%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#55EBAA (or 0x55EBAA) is known color: Medium Aquamarine. HEX triplet: 55, EB and AA. RGB value is (85,235,170). Sum of RGB (Red+Green+Blue) = 85+235+170=490 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.35% from 490); Green value is 235 (92.19% from 255 or 47.96% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 235 - color contains mainly: green. Hex color #55EBAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EBAA is #AA1455. Grayscale: #B6B6B6. Windows color (decimal): -11146326 or 11201365. OLE color: 11201365.

HSL color Cylindrical-coordinate representation of color #55EBAA: hue angle of 154º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EBAA is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 235 170 -
CMYK 0.64 0 0.28 0.08
HSL 154º 0.79% 0.63% -
HSV(B) 154º 0.64% 0.92% -
XYZ 40.71 64.25 48.29 -
YUV 182.74 120.81 58.29 -
System Red Green Blue C M Y K H S L
Decimal 85 235 170 0.64 0 0.28 0.08 154 0.79 0.63
Hex 55 EB AA 40 0 1C 8 9A 4F 3F
Octal 125 353 252 100 0 34 10 232 117 77
Binary 1010101 11101011 10101010 1000000 0 11100 1000 10011010 1001111 111111

Color Harmonies of #55EBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EBAA

Black with #55EBAA

Text Example


Text Example

White with #55EBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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