Html Css Color HEX #76D0AD Medium Aquamarine

📋 copy color: '#76D0AD'

red 118 ◦ green 208 ◦ blue 173

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

Shades of Medium Aquamarine #76D0AD

Tints of Medium Aquamarine #76D0AD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.68%

 BLUE value IS 173 (67.97% from 255) = 34.67%

R = 23.65%
G = 41.68%
B = 34.67%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#76D0AD (or 0x76D0AD) is known color: Medium Aquamarine. HEX triplet: 76, D0 and AD. RGB value is (118,208,173). Sum of RGB (Red+Green+Blue) = 118+208+173=499 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.65% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 208 - color contains mainly: green. Hex color #76D0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D0AD is #892F52. Grayscale: #B1B1B1. Windows color (decimal): -8990547 or 11391094. OLE color: 11391094.

HSL color Cylindrical-coordinate representation of color #76D0AD: hue angle of 156.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76D0AD is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 208 173 -
CMYK 0.43 0 0.17 0.18
HSL 156.67º 0.49% 0.64% -
HSV(B) 156.67º 0.43% 0.82% -
XYZ 37.57 51.98 47.59 -
YUV 177.1 125.68 85.85 -
System Red Green Blue C M Y K H S L
Decimal 118 208 173 0.43 0 0.17 0.18 156.67 0.49 0.64
Hex 76 D0 AD 2B 0 11 12 9D 31 40
Octal 166 320 255 53 0 21 22 235 61 100
Binary 1110110 11010000 10101101 101011 0 10001 10010 10011101 110001 1000000

Color Harmonies of #76D0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D0AD

Black with #76D0AD

Text Example


Text Example

White with #76D0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,208,173); }

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

background-color css

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

 a { background-color: rgb(118,208,173); }

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

border-color css

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

 span { border-color: rgb(118,208,173); }

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