Html Css Color HEX #5ECFB0 Medium Aquamarine

📋 copy color: '#5ECFB0'

red 94 ◦ green 207 ◦ blue 176

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

Shades of Medium Aquamarine #5ECFB0

Tints of Medium Aquamarine #5ECFB0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.4%

 BLUE value IS 176 (69.14% from 255) = 36.9%

R = 19.71%
G = 43.4%
B = 36.9%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#5ECFB0 (or 0x5ECFB0) is known color: Medium Aquamarine. HEX triplet: 5E, CF and B0. RGB value is (94,207,176). Sum of RGB (Red+Green+Blue) = 94+207+176=477 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.71% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 176 (69.14% from 255 or 36.90% from 477); Max value from RGB is 207 - color contains mainly: green. Hex color #5ECFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECFB0 is #A1304F. Grayscale: #A9A9A9. Windows color (decimal): -10563664 or 11587422. OLE color: 11587422.

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

Color convert

RGB 94 207 176 -
CMYK 0.55 0 0.15 0.19
HSL 163.54º 0.54% 0.59% -
HSV(B) 163.54º 0.55% 0.81% -
XYZ 34.77 50.14 48.92 -
YUV 169.68 131.56 74.02 -
System Red Green Blue C M Y K H S L
Decimal 94 207 176 0.55 0 0.15 0.19 163.54 0.54 0.59
Hex 5E CF B0 37 0 F 13 A4 36 3B
Octal 136 317 260 67 0 17 23 244 66 73
Binary 1011110 11001111 10110000 110111 0 1111 10011 10100100 110110 111011

Color Harmonies of #5ECFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECFB0

Black with #5ECFB0

Text Example


Text Example

White with #5ECFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,207,176); }

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

background-color css

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

 a { background-color: rgb(94,207,176); }

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

border-color css

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

 span { border-color: rgb(94,207,176); }

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