Html Css Color HEX #76D0A1 Medium Aquamarine

📋 copy color: '#76D0A1'

red 118 ◦ green 208 ◦ blue 161

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

Shades of Medium Aquamarine #76D0A1

Tints of Medium Aquamarine #76D0A1

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.71%

 BLUE value IS 161 (63.28% from 255) = 33.06%

R = 24.23%
G = 42.71%
B = 33.06%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#76D0A1 (or 0x76D0A1) is known color: Medium Aquamarine. HEX triplet: 76, D0 and A1. RGB value is (118,208,161). Sum of RGB (Red+Green+Blue) = 118+208+161=487 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.23% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 208 - color contains mainly: green. Hex color #76D0A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D0A1 is #892F5E. Grayscale: #AFAFAF. Windows color (decimal): -8990559 or 10604662. OLE color: 10604662.

HSL color Cylindrical-coordinate representation of color #76D0A1: hue angle of 148.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76D0A1 is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 208 161 -
CMYK 0.43 0 0.23 0.18
HSL 148.67º 0.49% 0.64% -
HSV(B) 148.67º 0.43% 0.82% -
XYZ 36.46 51.54 41.74 -
YUV 175.73 119.68 86.82 -
System Red Green Blue C M Y K H S L
Decimal 118 208 161 0.43 0 0.23 0.18 148.67 0.49 0.64
Hex 76 D0 A1 2B 0 17 12 95 31 40
Octal 166 320 241 53 0 27 22 225 61 100
Binary 1110110 11010000 10100001 101011 0 10111 10010 10010101 110001 1000000

Color Harmonies of #76D0A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D0A1

Black with #76D0A1

Text Example


Text Example

White with #76D0A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,208,161); }

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

background-color css

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

 a { background-color: rgb(118,208,161); }

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

border-color css

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

 span { border-color: rgb(118,208,161); }

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