Html Css Color HEX #5EEAAC Medium Aquamarine

📋 copy color: '#5EEAAC'

red 94 ◦ green 234 ◦ blue 172

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

Shades of Medium Aquamarine #5EEAAC

Tints of Medium Aquamarine #5EEAAC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.8%

 BLUE value IS 172 (67.58% from 255) = 34.4%

R = 18.8%
G = 46.8%
B = 34.4%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#5EEAAC (or 0x5EEAAC) is known color: Medium Aquamarine. HEX triplet: 5E, EA and AC. RGB value is (94,234,172). Sum of RGB (Red+Green+Blue) = 94+234+172=500 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.8% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #5EEAAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EEAAC is #A11553. Grayscale: #B9B9B9. Windows color (decimal): -10556756 or 11332190. OLE color: 11332190.

HSL color Cylindrical-coordinate representation of color #5EEAAC: hue angle of 153.43º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEAAC is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 234 172 -
CMYK 0.60 0 0.26 0.08
HSL 153.43º 0.77% 0.64% -
HSV(B) 153.43º 0.6% 0.92% -
XYZ 41.49 64.2 49.24 -
YUV 185.07 120.62 63.04 -
System Red Green Blue C M Y K H S L
Decimal 94 234 172 0.60 0 0.26 0.08 153.43 0.77 0.64
Hex 5E EA AC 3C 0 1A 8 99 4D 40
Octal 136 352 254 74 0 32 10 231 115 100
Binary 1011110 11101010 10101100 111100 0 11010 1000 10011001 1001101 1000000

Color Harmonies of #5EEAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EEAAC

Black with #5EEAAC

Text Example


Text Example

White with #5EEAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,234,172); }

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

background-color css

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

 a { background-color: rgb(94,234,172); }

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

border-color css

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

 span { border-color: rgb(94,234,172); }

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