Html Css Color HEX #5ECEAF Medium Aquamarine

📋 copy color: '#5ECEAF'

red 94 ◦ green 206 ◦ blue 175

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

Shades of Medium Aquamarine #5ECEAF

Tints of Medium Aquamarine #5ECEAF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.37%

 BLUE value IS 175 (68.75% from 255) = 36.84%

R = 19.79%
G = 43.37%
B = 36.84%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#5ECEAF (or 0x5ECEAF) is known color: Medium Aquamarine. HEX triplet: 5E, CE and AF. RGB value is (94,206,175). Sum of RGB (Red+Green+Blue) = 94+206+175=475 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.79% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 206 - color contains mainly: green. Hex color #5ECEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECEAF is #A13150. Grayscale: #A8A8A8. Windows color (decimal): -10563921 or 11521630. OLE color: 11521630.

HSL color Cylindrical-coordinate representation of color #5ECEAF: hue angle of 163.39º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECEAF is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 94 206 175 -
CMYK 0.54 0 0.15 0.19
HSL 163.39º 0.53% 0.59% -
HSV(B) 163.39º 0.54% 0.81% -
XYZ 34.43 49.62 48.32 -
YUV 168.98 131.39 74.52 -
System Red Green Blue C M Y K H S L
Decimal 94 206 175 0.54 0 0.15 0.19 163.39 0.53 0.59
Hex 5E CE AF 36 0 F 13 A3 35 3B
Octal 136 316 257 66 0 17 23 243 65 73
Binary 1011110 11001110 10101111 110110 0 1111 10011 10100011 110101 111011

Color Harmonies of #5ECEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECEAF

Black with #5ECEAF

Text Example


Text Example

White with #5ECEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,206,175); }

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

background-color css

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

 a { background-color: rgb(94,206,175); }

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

border-color css

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

 span { border-color: rgb(94,206,175); }

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