Html Css Color HEX #76F7B1 Aquamarine

📋 copy color: '#76F7B1'

red 118 ◦ green 247 ◦ blue 177

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

Shades of Aquamarine #76F7B1

Tints of Aquamarine #76F7B1

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.57%

 BLUE value IS 177 (69.53% from 255) = 32.66%

R = 21.77%
G = 45.57%
B = 32.66%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#76F7B1 (or 0x76F7B1) is known color: Aquamarine. HEX triplet: 76, F7 and B1. RGB value is (118,247,177). Sum of RGB (Red+Green+Blue) = 118+247+177=542 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.77% from 542); Green value is 247 (96.88% from 255 or 45.57% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 247 - color contains mainly: green. Hex color #76F7B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76F7B1 is #89084E. Grayscale: #C8C8C8. Windows color (decimal): -8980559 or 11663222. OLE color: 11663222.

HSL color Cylindrical-coordinate representation of color #76F7B1: hue angle of 147.44º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76F7B1 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB 118 247 177 -
CMYK 0.52 0 0.28 0.03
HSL 147.44º 0.89% 0.72% -
HSV(B) 147.44º 0.52% 0.97% -
XYZ 48.67 73.55 53.23 -
YUV 200.45 114.76 69.19 -
System Red Green Blue C M Y K H S L
Decimal 118 247 177 0.52 0 0.28 0.03 147.44 0.89 0.72
Hex 76 F7 B1 34 0 1C 3 93 59 48
Octal 166 367 261 64 0 34 3 223 131 110
Binary 1110110 11110111 10110001 110100 0 11100 11 10010011 1011001 1001000

Color Harmonies of #76F7B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F7B1

Black with #76F7B1

Text Example


Text Example

White with #76F7B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,247,177); }

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

background-color css

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

 a { background-color: rgb(118,247,177); }

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

border-color css

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

 span { border-color: rgb(118,247,177); }

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