Html Css Color HEX #76EBA5 Medium Aquamarine

📋 copy color: '#76EBA5'

red 118 ◦ green 235 ◦ blue 165

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

Shades of Medium Aquamarine #76EBA5

Tints of Medium Aquamarine #76EBA5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.37%

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

R = 22.78%
G = 45.37%
B = 31.85%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#76EBA5 (or 0x76EBA5) is known color: Medium Aquamarine. HEX triplet: 76, EB and A5. RGB value is (118,235,165). Sum of RGB (Red+Green+Blue) = 118+235+165=518 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.78% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 235 - color contains mainly: green. Hex color #76EBA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76EBA5 is #89145A. Grayscale: #C0C0C0. Windows color (decimal): -8983643 or 10873718. OLE color: 10873718.

HSL color Cylindrical-coordinate representation of color #76EBA5: hue angle of 144.1º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EBA5 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 235 165 -
CMYK 0.50 0 0.30 0.08
HSL 144.1º 0.75% 0.69% -
HSV(B) 144.1º 0.5% 0.92% -
XYZ 43.97 65.98 46.02 -
YUV 192.04 112.74 75.19 -
System Red Green Blue C M Y K H S L
Decimal 118 235 165 0.50 0 0.30 0.08 144.1 0.75 0.69
Hex 76 EB A5 32 0 1E 8 90 4B 45
Octal 166 353 245 62 0 36 10 220 113 105
Binary 1110110 11101011 10100101 110010 0 11110 1000 10010000 1001011 1000101

Color Harmonies of #76EBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EBA5

Black with #76EBA5

Text Example


Text Example

White with #76EBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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