Html Css Color HEX #55EDB5 Medium Aquamarine

📋 copy color: '#55EDB5'

red 85 ◦ green 237 ◦ blue 181

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

Shades of Medium Aquamarine #55EDB5

Tints of Medium Aquamarine #55EDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.98%

R = 16.9%
G = 47.12%
B = 35.98%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#55EDB5 (or 0x55EDB5) is known color: Medium Aquamarine. HEX triplet: 55, ED and B5. RGB value is (85,237,181). Sum of RGB (Red+Green+Blue) = 85+237+181=503 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.90% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #55EDB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EDB5 is #AA124A. Grayscale: #B9B9B9. Windows color (decimal): -11145803 or 11922773. OLE color: 11922773.

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

Color convert

RGB 85 237 181 -
CMYK 0.64 0 0.24 0.07
HSL 157.89º 0.81% 0.63% -
HSV(B) 157.89º 0.64% 0.93% -
XYZ 42.37 65.84 54.19 -
YUV 185.17 125.64 56.55 -
System Red Green Blue C M Y K H S L
Decimal 85 237 181 0.64 0 0.24 0.07 157.89 0.81 0.63
Hex 55 ED B5 40 0 18 7 9E 51 3F
Octal 125 355 265 100 0 30 7 236 121 77
Binary 1010101 11101101 10110101 1000000 0 11000 111 10011110 1010001 111111

Color Harmonies of #55EDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EDB5

Black with #55EDB5

Text Example


Text Example

White with #55EDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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