Html Css Color HEX #76DAB0 Medium Aquamarine

📋 copy color: '#76DAB0'

red 118 ◦ green 218 ◦ blue 176

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

Shades of Medium Aquamarine #76DAB0

Tints of Medium Aquamarine #76DAB0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.58%

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

R = 23.05%
G = 42.58%
B = 34.38%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#76DAB0 (or 0x76DAB0) is known color: Medium Aquamarine. HEX triplet: 76, DA and B0. RGB value is (118,218,176). Sum of RGB (Red+Green+Blue) = 118+218+176=512 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.05% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #76DAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DAB0 is #89254F. Grayscale: #B7B7B7. Windows color (decimal): -8987984 or 11590262. OLE color: 11590262.

HSL color Cylindrical-coordinate representation of color #76DAB0: hue angle of 154.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DAB0 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 218 176 -
CMYK 0.46 0 0.19 0.15
HSL 154.8º 0.57% 0.66% -
HSV(B) 154.8º 0.46% 0.85% -
XYZ 40.38 57.13 49.97 -
YUV 183.31 123.87 81.42 -
System Red Green Blue C M Y K H S L
Decimal 118 218 176 0.46 0 0.19 0.15 154.8 0.57 0.66
Hex 76 DA B0 2E 0 13 F 9B 39 42
Octal 166 332 260 56 0 23 17 233 71 102
Binary 1110110 11011010 10110000 101110 0 10011 1111 10011011 111001 1000010

Color Harmonies of #76DAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DAB0

Black with #76DAB0

Text Example


Text Example

White with #76DAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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