Html Css Color HEX #76D8B2 Medium Aquamarine

📋 copy color: '#76D8B2'

red 118 ◦ green 216 ◦ blue 178

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

Shades of Medium Aquamarine #76D8B2

Tints of Medium Aquamarine #76D8B2

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.19%

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

R = 23.05%
G = 42.19%
B = 34.77%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#76D8B2 (or 0x76D8B2) is known color: Medium Aquamarine. HEX triplet: 76, D8 and B2. RGB value is (118,216,178). Sum of RGB (Red+Green+Blue) = 118+216+178=512 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.05% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 216 - color contains mainly: green. Hex color #76D8B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D8B2 is #89274D. Grayscale: #B6B6B6. Windows color (decimal): -8988494 or 11720822. OLE color: 11720822.

HSL color Cylindrical-coordinate representation of color #76D8B2: hue angle of 156.73º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D8B2 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 216 178 -
CMYK 0.45 0 0.18 0.15
HSL 156.73º 0.56% 0.65% -
HSV(B) 156.73º 0.45% 0.85% -
XYZ 40.06 56.18 50.85 -
YUV 182.37 125.53 82.09 -
System Red Green Blue C M Y K H S L
Decimal 118 216 178 0.45 0 0.18 0.15 156.73 0.56 0.65
Hex 76 D8 B2 2D 0 12 F 9D 38 41
Octal 166 330 262 55 0 22 17 235 70 101
Binary 1110110 11011000 10110010 101101 0 10010 1111 10011101 111000 1000001

Color Harmonies of #76D8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D8B2

Black with #76D8B2

Text Example


Text Example

White with #76D8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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