Html Css Color HEX #76F7B0 Aquamarine

📋 copy color: '#76F7B0'

red 118 ◦ green 247 ◦ blue 176

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

Shades of Aquamarine #76F7B0

Tints of Aquamarine #76F7B0

RGB

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

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

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

R = 21.81%
G = 45.66%
B = 32.53%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#76F7B0 (or 0x76F7B0) is known color: Aquamarine. HEX triplet: 76, F7 and B0. RGB value is (118,247,176). Sum of RGB (Red+Green+Blue) = 118+247+176=541 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.81% from 541); Green value is 247 (96.88% from 255 or 45.66% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 247 - color contains mainly: green. Hex color #76F7B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76F7B0 is #89084F. Grayscale: #C8C8C8. Windows color (decimal): -8980560 or 11597686. OLE color: 11597686.

HSL color Cylindrical-coordinate representation of color #76F7B0: hue angle of 146.98º 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 #76F7B0 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 118 247 176 -
CMYK 0.52 0 0.29 0.03
HSL 146.98º 0.89% 0.72% -
HSV(B) 146.98º 0.52% 0.97% -
XYZ 48.57 73.51 52.7 -
YUV 200.34 114.26 69.27 -
System Red Green Blue C M Y K H S L
Decimal 118 247 176 0.52 0 0.29 0.03 146.98 0.89 0.72
Hex 76 F7 B0 34 0 1D 3 93 59 48
Octal 166 367 260 64 0 35 3 223 131 110
Binary 1110110 11110111 10110000 110100 0 11101 11 10010011 1011001 1001000

Color Harmonies of #76F7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F7B0

Black with #76F7B0

Text Example


Text Example

White with #76F7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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