Html Css Color HEX #55ED9E Medium Aquamarine

📋 copy color: '#55ED9E'

red 85 ◦ green 237 ◦ blue 158

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

Shades of Medium Aquamarine #55ED9E

Tints of Medium Aquamarine #55ED9E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.38%

 BLUE value IS 158 (62.11% from 255) = 32.92%

R = 17.71%
G = 49.38%
B = 32.92%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#55ED9E (or 0x55ED9E) is known color: Medium Aquamarine. HEX triplet: 55, ED and 9E. RGB value is (85,237,158). Sum of RGB (Red+Green+Blue) = 85+237+158=480 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.71% from 480); Green value is 237 (92.97% from 255 or 49.38% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 237 - color contains mainly: green. Hex color #55ED9E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55ED9E is #AA1261. Grayscale: #B6B6B6. Windows color (decimal): -11145826 or 10415445. OLE color: 10415445.

HSL color Cylindrical-coordinate representation of color #55ED9E: hue angle of 148.82º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55ED9E is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 237 158 -
CMYK 0.64 0 0.33 0.07
HSL 148.82º 0.81% 0.63% -
HSV(B) 148.82º 0.64% 0.93% -
XYZ 40.2 64.97 42.77 -
YUV 182.55 114.14 58.42 -
System Red Green Blue C M Y K H S L
Decimal 85 237 158 0.64 0 0.33 0.07 148.82 0.81 0.63
Hex 55 ED 9E 40 0 21 7 95 51 3F
Octal 125 355 236 100 0 41 7 225 121 77
Binary 1010101 11101101 10011110 1000000 0 100001 111 10010101 1010001 111111

Color Harmonies of #55ED9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ED9E

Black with #55ED9E

Text Example


Text Example

White with #55ED9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,237,158); }

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

background-color css

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

 a { background-color: rgb(85,237,158); }

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

border-color css

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

 span { border-color: rgb(85,237,158); }

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