Html Css Color HEX #76E0A5 Medium Aquamarine

📋 copy color: '#76E0A5'

red 118 ◦ green 224 ◦ blue 165

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

Shades of Medium Aquamarine #76E0A5

Tints of Medium Aquamarine #76E0A5

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.18%

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

R = 23.27%
G = 44.18%
B = 32.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#76E0A5 (or 0x76E0A5) is known color: Medium Aquamarine. HEX triplet: 76, E0 and A5. RGB value is (118,224,165). Sum of RGB (Red+Green+Blue) = 118+224+165=507 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.27% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 224 - color contains mainly: green. Hex color #76E0A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76E0A5 is #891F5A. Grayscale: #B9B9B9. Windows color (decimal): -8986459 or 10870902. OLE color: 10870902.

HSL color Cylindrical-coordinate representation of color #76E0A5: hue angle of 146.6º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76E0A5 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB 118 224 165 -
CMYK 0.47 0 0.26 0.12
HSL 146.6º 0.63% 0.67% -
HSV(B) 146.6º 0.47% 0.88% -
XYZ 40.92 59.88 45 -
YUV 185.58 116.38 79.8 -
System Red Green Blue C M Y K H S L
Decimal 118 224 165 0.47 0 0.26 0.12 146.6 0.63 0.67
Hex 76 E0 A5 2F 0 1A C 93 3F 43
Octal 166 340 245 57 0 32 14 223 77 103
Binary 1110110 11100000 10100101 101111 0 11010 1100 10010011 111111 1000011

Color Harmonies of #76E0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E0A5

Black with #76E0A5

Text Example


Text Example

White with #76E0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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