Html Css Color HEX #76DBA7 Medium Aquamarine

📋 copy color: '#76DBA7'

red 118 ◦ green 219 ◦ blue 167

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

Shades of Medium Aquamarine #76DBA7

Tints of Medium Aquamarine #76DBA7

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.45%

 BLUE value IS 167 (65.63% from 255) = 33.13%

R = 23.41%
G = 43.45%
B = 33.13%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#76DBA7 (or 0x76DBA7) is known color: Medium Aquamarine. HEX triplet: 76, DB and A7. RGB value is (118,219,167). Sum of RGB (Red+Green+Blue) = 118+219+167=504 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.41% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 167 (65.62% from 255 or 33.13% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #76DBA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DBA7 is #892458. Grayscale: #B6B6B6. Windows color (decimal): -8987737 or 11000694. OLE color: 11000694.

HSL color Cylindrical-coordinate representation of color #76DBA7: hue angle of 149.11º degrees, saturation: 0.58, 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 #76DBA7 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 219 167 -
CMYK 0.46 0 0.24 0.14
HSL 149.11º 0.58% 0.66% -
HSV(B) 149.11º 0.46% 0.86% -
XYZ 39.78 57.3 45.52 -
YUV 182.87 119.04 81.73 -
System Red Green Blue C M Y K H S L
Decimal 118 219 167 0.46 0 0.24 0.14 149.11 0.58 0.66
Hex 76 DB A7 2E 0 18 E 95 3A 42
Octal 166 333 247 56 0 30 16 225 72 102
Binary 1110110 11011011 10100111 101110 0 11000 1110 10010101 111010 1000010

Color Harmonies of #76DBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DBA7

Black with #76DBA7

Text Example


Text Example

White with #76DBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,219,167); }

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

background-color css

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

 a { background-color: rgb(118,219,167); }

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

border-color css

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

 span { border-color: rgb(118,219,167); }

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