Html Css Color HEX #5EDBB2 Medium Aquamarine

📋 copy color: '#5EDBB2'

red 94 ◦ green 219 ◦ blue 178

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

Shades of Medium Aquamarine #5EDBB2

Tints of Medium Aquamarine #5EDBB2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.6%

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

R = 19.14%
G = 44.6%
B = 36.25%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#5EDBB2 (or 0x5EDBB2) is known color: Medium Aquamarine. HEX triplet: 5E, DB and B2. RGB value is (94,219,178). Sum of RGB (Red+Green+Blue) = 94+219+178=491 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.14% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDBB2 is #A1244D. Grayscale: #B0B0B0. Windows color (decimal): -10560590 or 11721566. OLE color: 11721566.

HSL color Cylindrical-coordinate representation of color #5EDBB2: hue angle of 160.32º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDBB2 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 219 178 -
CMYK 0.57 0 0.19 0.14
HSL 160.32º 0.63% 0.61% -
HSV(B) 160.32º 0.57% 0.86% -
XYZ 37.98 56.26 50.98 -
YUV 176.95 128.59 68.83 -
System Red Green Blue C M Y K H S L
Decimal 94 219 178 0.57 0 0.19 0.14 160.32 0.63 0.61
Hex 5E DB B2 39 0 13 E A0 3F 3D
Octal 136 333 262 71 0 23 16 240 77 75
Binary 1011110 11011011 10110010 111001 0 10011 1110 10100000 111111 111101

Color Harmonies of #5EDBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDBB2

Black with #5EDBB2

Text Example


Text Example

White with #5EDBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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