Html Css Color HEX #76DBA3 Medium Aquamarine

📋 copy color: '#76DBA3'

red 118 ◦ green 219 ◦ blue 163

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

Shades of Medium Aquamarine #76DBA3

Tints of Medium Aquamarine #76DBA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.6%

R = 23.6%
G = 43.8%
B = 32.6%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#76DBA3 (or 0x76DBA3) is known color: Medium Aquamarine. HEX triplet: 76, DB and A3. RGB value is (118,219,163). Sum of RGB (Red+Green+Blue) = 118+219+163=500 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.6% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 163 (64.06% from 255 or 32.6% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #76DBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DBA3 is #89245C. Grayscale: #B6B6B6. Windows color (decimal): -8987741 or 10738550. OLE color: 10738550.

HSL color Cylindrical-coordinate representation of color #76DBA3: hue angle of 146.73º 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 #76DBA3 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 219 163 -
CMYK 0.46 0 0.26 0.14
HSL 146.73º 0.58% 0.66% -
HSV(B) 146.73º 0.46% 0.86% -
XYZ 39.41 57.16 43.61 -
YUV 182.42 117.04 82.05 -
System Red Green Blue C M Y K H S L
Decimal 118 219 163 0.46 0 0.26 0.14 146.73 0.58 0.66
Hex 76 DB A3 2E 0 1A E 93 3A 42
Octal 166 333 243 56 0 32 16 223 72 102
Binary 1110110 11011011 10100011 101110 0 11010 1110 10010011 111010 1000010

Color Harmonies of #76DBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DBA3

Black with #76DBA3

Text Example


Text Example

White with #76DBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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