Html Css Color HEX #76D8B0 Medium Aquamarine

📋 copy color: '#76D8B0'

red 118 ◦ green 216 ◦ blue 176

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

Shades of Medium Aquamarine #76D8B0

Tints of Medium Aquamarine #76D8B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.51%

R = 23.14%
G = 42.35%
B = 34.51%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#76D8B0 (or 0x76D8B0) is known color: Medium Aquamarine. HEX triplet: 76, D8 and B0. RGB value is (118,216,176). Sum of RGB (Red+Green+Blue) = 118+216+176=510 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.14% from 510); Green value is 216 (84.77% from 255 or 42.35% from 510); Blue value is 176 (69.14% from 255 or 34.51% from 510); Max value from RGB is 216 - color contains mainly: green. Hex color #76D8B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D8B0 is #89274F. Grayscale: #B6B6B6. Windows color (decimal): -8988496 or 11589750. OLE color: 11589750.

HSL color Cylindrical-coordinate representation of color #76D8B0: hue angle of 155.51º 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 #76D8B0 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 216 176 -
CMYK 0.45 0 0.19 0.15
HSL 155.51º 0.56% 0.65% -
HSV(B) 155.51º 0.45% 0.85% -
XYZ 39.86 56.1 49.8 -
YUV 182.14 124.53 82.25 -
System Red Green Blue C M Y K H S L
Decimal 118 216 176 0.45 0 0.19 0.15 155.51 0.56 0.65
Hex 76 D8 B0 2D 0 13 F 9C 38 41
Octal 166 330 260 55 0 23 17 234 70 101
Binary 1110110 11011000 10110000 101101 0 10011 1111 10011100 111000 1000001

Color Harmonies of #76D8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D8B0

Black with #76D8B0

Text Example


Text Example

White with #76D8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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