Html Css Color HEX #76D0AC Medium Aquamarine

📋 copy color: '#76D0AC'

red 118 ◦ green 208 ◦ blue 172

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

Shades of Medium Aquamarine #76D0AC

Tints of Medium Aquamarine #76D0AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.54%

R = 23.69%
G = 41.77%
B = 34.54%

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

#76D0AC (or 0x76D0AC) is known color: Medium Aquamarine. HEX triplet: 76, D0 and AC. RGB value is (118,208,172). Sum of RGB (Red+Green+Blue) = 118+208+172=498 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.69% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 208 - color contains mainly: green. Hex color #76D0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D0AC is #892F53. Grayscale: #B1B1B1. Windows color (decimal): -8990548 or 11325558. OLE color: 11325558.

HSL color Cylindrical-coordinate representation of color #76D0AC: hue angle of 156º 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 #76D0AC is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 208 172 -
CMYK 0.43 0 0.17 0.18
HSL 156º 0.49% 0.64% -
HSV(B) 156º 0.43% 0.82% -
XYZ 37.47 51.94 47.08 -
YUV 176.99 125.18 85.93 -
System Red Green Blue C M Y K H S L
Decimal 118 208 172 0.43 0 0.17 0.18 156 0.49 0.64
Hex 76 D0 AC 2B 0 11 12 9C 31 40
Octal 166 320 254 53 0 21 22 234 61 100
Binary 1110110 11010000 10101100 101011 0 10001 10010 10011100 110001 1000000

Color Harmonies of #76D0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D0AC

Black with #76D0AC

Text Example


Text Example

White with #76D0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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