Html Css Color HEX #76DBA5 Medium Aquamarine

📋 copy color: '#76DBA5'

red 118 ◦ green 219 ◦ blue 165

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

Shades of Medium Aquamarine #76DBA5

Tints of Medium Aquamarine #76DBA5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.63%

 BLUE value IS 165 (64.84% from 255) = 32.87%

R = 23.51%
G = 43.63%
B = 32.87%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#76DBA5 (or 0x76DBA5) is known color: Medium Aquamarine. HEX triplet: 76, DB and A5. RGB value is (118,219,165). Sum of RGB (Red+Green+Blue) = 118+219+165=502 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.51% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 165 (64.84% from 255 or 32.87% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #76DBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DBA5 is #89245A. Grayscale: #B6B6B6. Windows color (decimal): -8987739 or 10869622. OLE color: 10869622.

HSL color Cylindrical-coordinate representation of color #76DBA5: hue angle of 147.92º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DBA5 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 219 165 -
CMYK 0.46 0 0.25 0.14
HSL 147.92º 0.58% 0.66% -
HSV(B) 147.92º 0.46% 0.86% -
XYZ 39.59 57.23 44.56 -
YUV 182.65 118.04 81.89 -
System Red Green Blue C M Y K H S L
Decimal 118 219 165 0.46 0 0.25 0.14 147.92 0.58 0.66
Hex 76 DB A5 2E 0 19 E 94 3A 42
Octal 166 333 245 56 0 31 16 224 72 102
Binary 1110110 11011011 10100101 101110 0 11001 1110 10010100 111010 1000010

Color Harmonies of #76DBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DBA5

Black with #76DBA5

Text Example


Text Example

White with #76DBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,219,165); }

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

background-color css

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

 a { background-color: rgb(118,219,165); }

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

border-color css

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

 span { border-color: rgb(118,219,165); }

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