Html Css Color HEX #76FAAA Aquamarine

📋 copy color: '#76FAAA'

red 118 ◦ green 250 ◦ blue 170

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

Shades of Aquamarine #76FAAA

Tints of Aquamarine #76FAAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.6%

R = 21.93%
G = 46.47%
B = 31.6%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#76FAAA (or 0x76FAAA) is known color: Aquamarine. HEX triplet: 76, FA and AA. RGB value is (118,250,170). Sum of RGB (Red+Green+Blue) = 118+250+170=538 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.93% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #76FAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76FAAA is #890555. Grayscale: #C9C9C9. Windows color (decimal): -8979798 or 11205238. OLE color: 11205238.

HSL color Cylindrical-coordinate representation of color #76FAAA: hue angle of 143.64º 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 #76FAAA is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 250 170 -
CMYK 0.53 0 0.32 0.02
HSL 143.64º 0.93% 0.72% -
HSV(B) 143.64º 0.53% 0.98% -
XYZ 48.91 75.13 49.95 -
YUV 201.41 110.27 68.5 -
System Red Green Blue C M Y K H S L
Decimal 118 250 170 0.53 0 0.32 0.02 143.64 0.93 0.72
Hex 76 FA AA 35 0 20 2 90 5D 48
Octal 166 372 252 65 0 40 2 220 135 110
Binary 1110110 11111010 10101010 110101 0 100000 10 10010000 1011101 1001000

Color Harmonies of #76FAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FAAA

Black with #76FAAA

Text Example


Text Example

White with #76FAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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