Html Css Color HEX #76FAAC Aquamarine

📋 copy color: '#76FAAC'

red 118 ◦ green 250 ◦ blue 172

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

Shades of Aquamarine #76FAAC

Tints of Aquamarine #76FAAC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.3%

 BLUE value IS 172 (67.58% from 255) = 31.85%

R = 21.85%
G = 46.3%
B = 31.85%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#76FAAC (or 0x76FAAC) is known color: Aquamarine. HEX triplet: 76, FA and AC. RGB value is (118,250,172). Sum of RGB (Red+Green+Blue) = 118+250+172=540 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.85% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #76FAAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76FAAC is #890553. Grayscale: #C9C9C9. Windows color (decimal): -8979796 or 11336310. OLE color: 11336310.

HSL color Cylindrical-coordinate representation of color #76FAAC: hue angle of 144.55º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76FAAC is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 250 172 -
CMYK 0.53 0 0.31 0.02
HSL 144.55º 0.93% 0.72% -
HSV(B) 144.55º 0.53% 0.98% -
XYZ 49.1 75.2 50.96 -
YUV 201.64 111.27 68.34 -
System Red Green Blue C M Y K H S L
Decimal 118 250 172 0.53 0 0.31 0.02 144.55 0.93 0.72
Hex 76 FA AC 35 0 1F 2 91 5D 48
Octal 166 372 254 65 0 37 2 221 135 110
Binary 1110110 11111010 10101100 110101 0 11111 10 10010001 1011101 1001000

Color Harmonies of #76FAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FAAC

Black with #76FAAC

Text Example


Text Example

White with #76FAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,250,172); }

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

background-color css

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

 a { background-color: rgb(118,250,172); }

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

border-color css

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

 span { border-color: rgb(118,250,172); }

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