Html Css Color HEX #5EDEB2 Medium Aquamarine

📋 copy color: '#5EDEB2'

red 94 ◦ green 222 ◦ blue 178

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

Shades of Medium Aquamarine #5EDEB2

Tints of Medium Aquamarine #5EDEB2

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.94%

 BLUE value IS 178 (69.92% from 255) = 36.03%

R = 19.03%
G = 44.94%
B = 36.03%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#5EDEB2 (or 0x5EDEB2) is known color: Medium Aquamarine. HEX triplet: 5E, DE and B2. RGB value is (94,222,178). Sum of RGB (Red+Green+Blue) = 94+222+178=494 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.03% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 222 - color contains mainly: green. Hex color #5EDEB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDEB2 is #A1214D. Grayscale: #B2B2B2. Windows color (decimal): -10559822 or 11722334. OLE color: 11722334.

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

Color convert

RGB 94 222 178 -
CMYK 0.58 0 0.20 0.13
HSL 159.38º 0.66% 0.62% -
HSV(B) 159.38º 0.58% 0.87% -
XYZ 38.77 57.84 51.24 -
YUV 178.71 127.59 67.58 -
System Red Green Blue C M Y K H S L
Decimal 94 222 178 0.58 0 0.20 0.13 159.38 0.66 0.62
Hex 5E DE B2 3A 0 14 D 9F 42 3E
Octal 136 336 262 72 0 24 15 237 102 76
Binary 1011110 11011110 10110010 111010 0 10100 1101 10011111 1000010 111110

Color Harmonies of #5EDEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDEB2

Black with #5EDEB2

Text Example


Text Example

White with #5EDEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,222,178); }

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

background-color css

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

 a { background-color: rgb(94,222,178); }

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

border-color css

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

 span { border-color: rgb(94,222,178); }

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