Html Css Color HEX #5ECFB4 Medium Aquamarine

📋 copy color: '#5ECFB4'

red 94 ◦ green 207 ◦ blue 180

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

Shades of Medium Aquamarine #5ECFB4

Tints of Medium Aquamarine #5ECFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.42%

R = 19.54%
G = 43.04%
B = 37.42%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#5ECFB4 (or 0x5ECFB4) is known color: Medium Aquamarine. HEX triplet: 5E, CF and B4. RGB value is (94,207,180). Sum of RGB (Red+Green+Blue) = 94+207+180=481 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.54% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 207 - color contains mainly: green. Hex color #5ECFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECFB4 is #A1304B. Grayscale: #AAAAAA. Windows color (decimal): -10563660 or 11849566. OLE color: 11849566.

HSL color Cylindrical-coordinate representation of color #5ECFB4: hue angle of 165.66º 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 #5ECFB4 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 94 207 180 -
CMYK 0.55 0 0.13 0.19
HSL 165.66º 0.54% 0.59% -
HSV(B) 165.66º 0.55% 0.81% -
XYZ 35.17 50.3 51.04 -
YUV 170.14 133.56 73.7 -
System Red Green Blue C M Y K H S L
Decimal 94 207 180 0.55 0 0.13 0.19 165.66 0.54 0.59
Hex 5E CF B4 37 0 D 13 A6 36 3B
Octal 136 317 264 67 0 15 23 246 66 73
Binary 1011110 11001111 10110100 110111 0 1101 10011 10100110 110110 111011

Color Harmonies of #5ECFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECFB4

Black with #5ECFB4

Text Example


Text Example

White with #5ECFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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