Html Css Color HEX #76F7B2 Aquamarine

📋 copy color: '#76F7B2'

red 118 ◦ green 247 ◦ blue 178

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

Shades of Aquamarine #76F7B2

Tints of Aquamarine #76F7B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.78%

R = 21.73%
G = 45.49%
B = 32.78%

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

#76F7B2 (or 0x76F7B2) is known color: Aquamarine. HEX triplet: 76, F7 and B2. RGB value is (118,247,178). Sum of RGB (Red+Green+Blue) = 118+247+178=543 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.73% from 543); Green value is 247 (96.88% from 255 or 45.49% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 247 - color contains mainly: green. Hex color #76F7B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76F7B2 is #89084D. Grayscale: #C8C8C8. Windows color (decimal): -8980558 or 11728758. OLE color: 11728758.

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

Color convert

RGB 118 247 178 -
CMYK 0.52 0 0.28 0.03
HSL 147.91º 0.89% 0.72% -
HSV(B) 147.91º 0.52% 0.97% -
XYZ 48.77 73.59 53.75 -
YUV 200.56 115.26 69.11 -
System Red Green Blue C M Y K H S L
Decimal 118 247 178 0.52 0 0.28 0.03 147.91 0.89 0.72
Hex 76 F7 B2 34 0 1C 3 94 59 48
Octal 166 367 262 64 0 34 3 224 131 110
Binary 1110110 11110111 10110010 110100 0 11100 11 10010100 1011001 1001000

Color Harmonies of #76F7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F7B2

Black with #76F7B2

Text Example


Text Example

White with #76F7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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