Html Css Color HEX #76DCB0 Medium Aquamarine

📋 copy color: '#76DCB0'

red 118 ◦ green 220 ◦ blue 176

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

Shades of Medium Aquamarine #76DCB0

Tints of Medium Aquamarine #76DCB0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.8%

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

R = 22.96%
G = 42.8%
B = 34.24%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#76DCB0 (or 0x76DCB0) is known color: Medium Aquamarine. HEX triplet: 76, DC and B0. RGB value is (118,220,176). Sum of RGB (Red+Green+Blue) = 118+220+176=514 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.96% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #76DCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DCB0 is #89234F. Grayscale: #B8B8B8. Windows color (decimal): -8987472 or 11590774. OLE color: 11590774.

HSL color Cylindrical-coordinate representation of color #76DCB0: hue angle of 154.12º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DCB0 is Cyan = 0.46, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 220 176 -
CMYK 0.46 0 0.2 0.14
HSL 154.12º 0.59% 0.66% -
HSV(B) 154.12º 0.46% 0.86% -
XYZ 40.9 58.17 50.15 -
YUV 184.49 123.21 80.58 -
System Red Green Blue C M Y K H S L
Decimal 118 220 176 0.46 0 0.2 0.14 154.12 0.59 0.66
Hex 76 DC B0 2E 0 14 E 9A 3B 42
Octal 166 334 260 56 0 24 16 232 73 102
Binary 1110110 11011100 10110000 101110 0 10100 1110 10011010 111011 1000010

Color Harmonies of #76DCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DCB0

Black with #76DCB0

Text Example


Text Example

White with #76DCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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