Html Css Color HEX #76D5AC Medium Aquamarine

📋 copy color: '#76D5AC'

red 118 ◦ green 213 ◦ blue 172

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

Shades of Medium Aquamarine #76D5AC

Tints of Medium Aquamarine #76D5AC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.35%

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

R = 23.46%
G = 42.35%
B = 34.19%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#76D5AC (or 0x76D5AC) is known color: Medium Aquamarine. HEX triplet: 76, D5 and AC. RGB value is (118,213,172). Sum of RGB (Red+Green+Blue) = 118+213+172=503 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.46% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 213 - color contains mainly: green. Hex color #76D5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D5AC is #892A53. Grayscale: #B3B3B3. Windows color (decimal): -8989268 or 11326838. OLE color: 11326838.

HSL color Cylindrical-coordinate representation of color #76D5AC: hue angle of 154.11º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D5AC is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 213 172 -
CMYK 0.45 0 0.19 0.16
HSL 154.11º 0.53% 0.65% -
HSV(B) 154.11º 0.45% 0.84% -
XYZ 38.71 54.42 47.49 -
YUV 179.92 123.53 83.83 -
System Red Green Blue C M Y K H S L
Decimal 118 213 172 0.45 0 0.19 0.16 154.11 0.53 0.65
Hex 76 D5 AC 2D 0 13 10 9A 35 41
Octal 166 325 254 55 0 23 20 232 65 101
Binary 1110110 11010101 10101100 101101 0 10011 10000 10011010 110101 1000001

Color Harmonies of #76D5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D5AC

Black with #76D5AC

Text Example


Text Example

White with #76D5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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