Html Css Color HEX #76D9AF Medium Aquamarine

📋 copy color: '#76D9AF'

red 118 ◦ green 217 ◦ blue 175

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

Shades of Medium Aquamarine #76D9AF

Tints of Medium Aquamarine #76D9AF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.55%

 BLUE value IS 175 (68.75% from 255) = 34.31%

R = 23.14%
G = 42.55%
B = 34.31%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#76D9AF (or 0x76D9AF) is known color: Medium Aquamarine. HEX triplet: 76, D9 and AF. RGB value is (118,217,175). Sum of RGB (Red+Green+Blue) = 118+217+175=510 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.14% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 217 - color contains mainly: green. Hex color #76D9AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D9AF is #892650. Grayscale: #B6B6B6. Windows color (decimal): -8988241 or 11524470. OLE color: 11524470.

HSL color Cylindrical-coordinate representation of color #76D9AF: hue angle of 154.55º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76D9AF is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 217 175 -
CMYK 0.46 0 0.19 0.15
HSL 154.55º 0.57% 0.66% -
HSV(B) 154.55º 0.46% 0.85% -
XYZ 40.02 56.57 49.37 -
YUV 182.61 123.7 81.92 -
System Red Green Blue C M Y K H S L
Decimal 118 217 175 0.46 0 0.19 0.15 154.55 0.57 0.66
Hex 76 D9 AF 2E 0 13 F 9B 39 42
Octal 166 331 257 56 0 23 17 233 71 102
Binary 1110110 11011001 10101111 101110 0 10011 1111 10011011 111001 1000010

Color Harmonies of #76D9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D9AF

Black with #76D9AF

Text Example


Text Example

White with #76D9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,217,175); }

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

background-color css

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

 a { background-color: rgb(118,217,175); }

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

border-color css

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

 span { border-color: rgb(118,217,175); }

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