Html Css Color HEX #76D6B2 Medium Aquamarine

📋 copy color: '#76D6B2'

red 118 ◦ green 214 ◦ blue 178

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

Shades of Medium Aquamarine #76D6B2

Tints of Medium Aquamarine #76D6B2

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.96%

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

R = 23.14%
G = 41.96%
B = 34.9%

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

#76D6B2 (or 0x76D6B2) is known color: Medium Aquamarine. HEX triplet: 76, D6 and B2. RGB value is (118,214,178). Sum of RGB (Red+Green+Blue) = 118+214+178=510 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.14% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #76D6B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D6B2 is #89294D. Grayscale: #B5B5B5. Windows color (decimal): -8989006 or 11720310. OLE color: 11720310.

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

Color convert

RGB 118 214 178 -
CMYK 0.45 0 0.17 0.16
HSL 157.5º 0.54% 0.65% -
HSV(B) 157.5º 0.45% 0.84% -
XYZ 39.55 55.16 50.68 -
YUV 181.19 126.2 82.93 -
System Red Green Blue C M Y K H S L
Decimal 118 214 178 0.45 0 0.17 0.16 157.5 0.54 0.65
Hex 76 D6 B2 2D 0 11 10 9E 36 41
Octal 166 326 262 55 0 21 20 236 66 101
Binary 1110110 11010110 10110010 101101 0 10001 10000 10011110 110110 1000001

Color Harmonies of #76D6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D6B2

Black with #76D6B2

Text Example


Text Example

White with #76D6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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