Html Css Color HEX #55ED95 Medium Aquamarine

📋 copy color: '#55ED95'

red 85 ◦ green 237 ◦ blue 149

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

Shades of Medium Aquamarine #55ED95

Tints of Medium Aquamarine #55ED95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.63%

R = 18.05%
G = 50.32%
B = 31.63%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#55ED95 (or 0x55ED95) is known color: Medium Aquamarine. HEX triplet: 55, ED and 95. RGB value is (85,237,149). Sum of RGB (Red+Green+Blue) = 85+237+149=471 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.05% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #55ED95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55ED95 is #AA126A. Grayscale: #B5B5B5. Windows color (decimal): -11145835 or 9825621. OLE color: 9825621.

HSL color Cylindrical-coordinate representation of color #55ED95: hue angle of 145.26º 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 #55ED95 is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 237 149 -
CMYK 0.64 0 0.37 0.07
HSL 145.26º 0.81% 0.63% -
HSV(B) 145.26º 0.64% 0.93% -
XYZ 39.46 64.67 38.84 -
YUV 181.52 109.64 59.16 -
System Red Green Blue C M Y K H S L
Decimal 85 237 149 0.64 0 0.37 0.07 145.26 0.81 0.63
Hex 55 ED 95 40 0 25 7 91 51 3F
Octal 125 355 225 100 0 45 7 221 121 77
Binary 1010101 11101101 10010101 1000000 0 100101 111 10010001 1010001 111111

Color Harmonies of #55ED95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ED95

Black with #55ED95

Text Example


Text Example

White with #55ED95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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