Html Css Color HEX #77FAAA Aquamarine

📋 copy color: '#77FAAA'

red 119 ◦ green 250 ◦ blue 170

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

Shades of Aquamarine #77FAAA

Tints of Aquamarine #77FAAA

RGB

 RED value IS 119 (46.88% from 255) = 22.08%

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

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

R = 22.08%
G = 46.38%
B = 31.54%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#77FAAA (or 0x77FAAA) is known color: Aquamarine. HEX triplet: 77, FA and AA. RGB value is (119,250,170). Sum of RGB (Red+Green+Blue) = 119+250+170=539 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.08% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #77FAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77FAAA is #880555. Grayscale: #C9C9C9. Windows color (decimal): -8914262 or 11205239. OLE color: 11205239.

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

Color convert

RGB 119 250 170 -
CMYK 0.52 0 0.32 0.02
HSL 143.36º 0.93% 0.72% -
HSV(B) 143.36º 0.52% 0.98% -
XYZ 49.05 75.2 49.96 -
YUV 201.71 110.1 69 -
System Red Green Blue C M Y K H S L
Decimal 119 250 170 0.52 0 0.32 0.02 143.36 0.93 0.72
Hex 77 FA AA 34 0 20 2 8F 5D 48
Octal 167 372 252 64 0 40 2 217 135 110
Binary 1110111 11111010 10101010 110100 0 100000 10 10001111 1011101 1001000

Color Harmonies of #77FAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FAAA

Black with #77FAAA

Text Example


Text Example

White with #77FAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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