Html Css Color HEX #76ECB0 Medium Aquamarine

📋 copy color: '#76ECB0'

red 118 ◦ green 236 ◦ blue 176

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

Shades of Medium Aquamarine #76ECB0

Tints of Medium Aquamarine #76ECB0

RGB

 RED value IS 118 (46.48% from 255) = 22.26%

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

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

R = 22.26%
G = 44.53%
B = 33.21%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#76ECB0 (or 0x76ECB0) is known color: Medium Aquamarine. HEX triplet: 76, EC and B0. RGB value is (118,236,176). Sum of RGB (Red+Green+Blue) = 118+236+176=530 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.26% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #76ECB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76ECB0 is #89134F. Grayscale: #C2C2C2. Windows color (decimal): -8983376 or 11594870. OLE color: 11594870.

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

Color convert

RGB 118 236 176 -
CMYK 0.5 0 0.25 0.07
HSL 149.49º 0.76% 0.69% -
HSV(B) 149.49º 0.5% 0.93% -
XYZ 45.3 66.98 51.61 -
YUV 193.88 117.91 73.88 -
System Red Green Blue C M Y K H S L
Decimal 118 236 176 0.5 0 0.25 0.07 149.49 0.76 0.69
Hex 76 EC B0 32 0 19 7 95 4C 45
Octal 166 354 260 62 0 31 7 225 114 105
Binary 1110110 11101100 10110000 110010 0 11001 111 10010101 1001100 1000101

Color Harmonies of #76ECB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ECB0

Black with #76ECB0

Text Example


Text Example

White with #76ECB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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