Html Css Color HEX #76E4AF Medium Aquamarine

📋 copy color: '#76E4AF'

red 118 ◦ green 228 ◦ blue 175

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

Shades of Medium Aquamarine #76E4AF

Tints of Medium Aquamarine #76E4AF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.76%

 BLUE value IS 175 (68.75% from 255) = 33.59%

R = 22.65%
G = 43.76%
B = 33.59%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#76E4AF (or 0x76E4AF) is known color: Medium Aquamarine. HEX triplet: 76, E4 and AF. RGB value is (118,228,175). Sum of RGB (Red+Green+Blue) = 118+228+175=521 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.65% from 521); Green value is 228 (89.45% from 255 or 43.76% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 228 - color contains mainly: green. Hex color #76E4AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76E4AF is #891B50. Grayscale: #BDBDBD. Windows color (decimal): -8985425 or 11527286. OLE color: 11527286.

HSL color Cylindrical-coordinate representation of color #76E4AF: hue angle of 151.09º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76E4AF is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 118 228 175 -
CMYK 0.48 0 0.23 0.11
HSL 151.09º 0.67% 0.68% -
HSV(B) 151.09º 0.48% 0.89% -
XYZ 42.95 62.43 50.34 -
YUV 189.07 120.06 77.31 -
System Red Green Blue C M Y K H S L
Decimal 118 228 175 0.48 0 0.23 0.11 151.09 0.67 0.68
Hex 76 E4 AF 30 0 17 B 97 43 44
Octal 166 344 257 60 0 27 13 227 103 104
Binary 1110110 11100100 10101111 110000 0 10111 1011 10010111 1000011 1000100

Color Harmonies of #76E4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E4AF

Black with #76E4AF

Text Example


Text Example

White with #76E4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,228,175); }

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

background-color css

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

 a { background-color: rgb(118,228,175); }

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

border-color css

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

 span { border-color: rgb(118,228,175); }

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