Html Css Color HEX #76EFB0 Medium Aquamarine

📋 copy color: '#76EFB0'

red 118 ◦ green 239 ◦ blue 176

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

Shades of Medium Aquamarine #76EFB0

Tints of Medium Aquamarine #76EFB0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.84%

 BLUE value IS 176 (69.14% from 255) = 33.02%

R = 22.14%
G = 44.84%
B = 33.02%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#76EFB0 (or 0x76EFB0) is known color: Medium Aquamarine. HEX triplet: 76, EF and B0. RGB value is (118,239,176). Sum of RGB (Red+Green+Blue) = 118+239+176=533 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.14% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 239 - color contains mainly: green. Hex color #76EFB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76EFB0 is #89104F. Grayscale: #C3C3C3. Windows color (decimal): -8982608 or 11595638. OLE color: 11595638.

HSL color Cylindrical-coordinate representation of color #76EFB0: hue angle of 148.76º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76EFB0 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 239 176 -
CMYK 0.51 0 0.26 0.06
HSL 148.76º 0.79% 0.7% -
HSV(B) 148.76º 0.51% 0.94% -
XYZ 46.17 68.72 51.9 -
YUV 195.64 116.91 72.62 -
System Red Green Blue C M Y K H S L
Decimal 118 239 176 0.51 0 0.26 0.06 148.76 0.79 0.7
Hex 76 EF B0 33 0 1A 6 95 4F 46
Octal 166 357 260 63 0 32 6 225 117 106
Binary 1110110 11101111 10110000 110011 0 11010 110 10010101 1001111 1000110

Color Harmonies of #76EFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EFB0

Black with #76EFB0

Text Example


Text Example

White with #76EFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,239,176); }

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

background-color css

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

 a { background-color: rgb(118,239,176); }

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

border-color css

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

 span { border-color: rgb(118,239,176); }

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