Html Css Color HEX #76D7B2 Medium Aquamarine

📋 copy color: '#76D7B2'

red 118 ◦ green 215 ◦ blue 178

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

Shades of Medium Aquamarine #76D7B2

Tints of Medium Aquamarine #76D7B2

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.07%

 BLUE value IS 178 (69.92% from 255) = 34.83%

R = 23.09%
G = 42.07%
B = 34.83%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#76D7B2 (or 0x76D7B2) is known color: Medium Aquamarine. HEX triplet: 76, D7 and B2. RGB value is (118,215,178). Sum of RGB (Red+Green+Blue) = 118+215+178=511 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.09% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 215 - color contains mainly: green. Hex color #76D7B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D7B2 is #89284D. Grayscale: #B5B5B5. Windows color (decimal): -8988750 or 11720566. OLE color: 11720566.

HSL color Cylindrical-coordinate representation of color #76D7B2: hue angle of 157.11º degrees, saturation: 0.55, 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 #76D7B2 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 215 178 -
CMYK 0.45 0 0.17 0.16
HSL 157.11º 0.55% 0.65% -
HSV(B) 157.11º 0.45% 0.84% -
XYZ 39.81 55.67 50.77 -
YUV 181.78 125.86 82.51 -
System Red Green Blue C M Y K H S L
Decimal 118 215 178 0.45 0 0.17 0.16 157.11 0.55 0.65
Hex 76 D7 B2 2D 0 11 10 9D 37 41
Octal 166 327 262 55 0 21 20 235 67 101
Binary 1110110 11010111 10110010 101101 0 10001 10000 10011101 110111 1000001

Color Harmonies of #76D7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D7B2

Black with #76D7B2

Text Example


Text Example

White with #76D7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,215,178); }

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

background-color css

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

 a { background-color: rgb(118,215,178); }

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

border-color css

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

 span { border-color: rgb(118,215,178); }

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