Html Css Color HEX #56ECB0 Medium Aquamarine

📋 copy color: '#56ECB0'

red 86 ◦ green 236 ◦ blue 176

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

Shades of Medium Aquamarine #56ECB0

Tints of Medium Aquamarine #56ECB0

RGB

 RED value IS 86 (33.98% from 255) = 17.27%

 GREEN value IS 236 (92.58% from 255) = 47.39%

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

R = 17.27%
G = 47.39%
B = 35.34%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#56ECB0 (or 0x56ECB0) is known color: Medium Aquamarine. HEX triplet: 56, EC and B0. RGB value is (86,236,176). Sum of RGB (Red+Green+Blue) = 86+236+176=498 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.27% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #56ECB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56ECB0 is #A9134F. Grayscale: #B8B8B8. Windows color (decimal): -11080528 or 11594838. OLE color: 11594838.

HSL color Cylindrical-coordinate representation of color #56ECB0: hue angle of 156º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56ECB0 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 86 236 176 -
CMYK 0.64 0 0.25 0.07
HSL 156º 0.8% 0.63% -
HSV(B) 156º 0.64% 0.93% -
XYZ 41.67 65.1 51.44 -
YUV 184.31 123.31 57.88 -
System Red Green Blue C M Y K H S L
Decimal 86 236 176 0.64 0 0.25 0.07 156 0.8 0.63
Hex 56 EC B0 40 0 19 7 9C 50 3F
Octal 126 354 260 100 0 31 7 234 120 77
Binary 1010110 11101100 10110000 1000000 0 11001 111 10011100 1010000 111111

Color Harmonies of #56ECB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56ECB0

Black with #56ECB0

Text Example


Text Example

White with #56ECB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56ECB0; }

 p { color: rgb(86,236,176); }

 H1.HeaderClassName
 {
   color: #56ECB0;
 }
 .AnyTagClassName
 {
   color: #56ECB0;
 }
</style>

background-color css

<style>
 a { background-color: #56ECB0; }

 a { background-color: rgb(86,236,176); }

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

border-color css

<style>
 span { border-color: #56ECB0; }

 span { border-color: rgb(86,236,176); }

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