Html Css Color HEX #5EDDB5 Medium Aquamarine

📋 copy color: '#5EDDB5'

red 94 ◦ green 221 ◦ blue 181

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

Shades of Medium Aquamarine #5EDDB5

Tints of Medium Aquamarine #5EDDB5

RGB

 RED value IS 94 (37.11% from 255) = 18.95%

 GREEN value IS 221 (86.72% from 255) = 44.56%

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

R = 18.95%
G = 44.56%
B = 36.49%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#5EDDB5 (or 0x5EDDB5) is known color: Medium Aquamarine. HEX triplet: 5E, DD and B5. RGB value is (94,221,181). Sum of RGB (Red+Green+Blue) = 94+221+181=496 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.95% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #5EDDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDDB5 is #A1224A. Grayscale: #B2B2B2. Windows color (decimal): -10560075 or 11918686. OLE color: 11918686.

HSL color Cylindrical-coordinate representation of color #5EDDB5: hue angle of 161.1º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDDB5 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 221 181 -
CMYK 0.57 0 0.18 0.13
HSL 161.1º 0.65% 0.62% -
HSV(B) 161.1º 0.57% 0.87% -
XYZ 38.81 57.43 52.76 -
YUV 178.47 129.42 67.75 -
System Red Green Blue C M Y K H S L
Decimal 94 221 181 0.57 0 0.18 0.13 161.1 0.65 0.62
Hex 5E DD B5 39 0 12 D A1 41 3E
Octal 136 335 265 71 0 22 15 241 101 76
Binary 1011110 11011101 10110101 111001 0 10010 1101 10100001 1000001 111110

Color Harmonies of #5EDDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDDB5

Black with #5EDDB5

Text Example


Text Example

White with #5EDDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5EDDB5; }

 p { color: rgb(94,221,181); }

 H1.HeaderClassName
 {
   color: #5EDDB5;
 }
 .AnyTagClassName
 {
   color: #5EDDB5;
 }
</style>

background-color css

<style>
 a { background-color: #5EDDB5; }

 a { background-color: rgb(94,221,181); }

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

border-color css

<style>
 span { border-color: #5EDDB5; }

 span { border-color: rgb(94,221,181); }

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