Html Css Color HEX #77AEAA Gulf Stream

📋 copy color: '#77AEAA'

red 119 ◦ green 174 ◦ blue 170

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

Shades of Gulf Stream #77AEAA

Tints of Gulf Stream #77AEAA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.58%

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

R = 25.7%
G = 37.58%
B = 36.72%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#77AEAA (or 0x77AEAA) is known color: Gulf Stream. HEX triplet: 77, AE and AA. RGB value is (119,174,170). Sum of RGB (Red+Green+Blue) = 119+174+170=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 174 - color contains mainly: green. Hex color #77AEAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AEAA is #885155. Grayscale: #9D9D9D. Windows color (decimal): -8933718 or 11185783. OLE color: 11185783.

HSL color Cylindrical-coordinate representation of color #77AEAA: hue angle of 175.64º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #77AEAA is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 174 170 -
CMYK 0.32 0 0.02 0.32
HSL 175.64º 0.25% 0.57% -
HSV(B) 175.64º 0.32% 0.68% -
XYZ 30 37.1 43.61 -
YUV 157.1 135.28 100.83 -
System Red Green Blue C M Y K H S L
Decimal 119 174 170 0.32 0 0.02 0.32 175.64 0.25 0.57
Hex 77 AE AA 20 0 2 20 B0 19 39
Octal 167 256 252 40 0 2 40 260 31 71
Binary 1110111 10101110 10101010 100000 0 10 100000 10110000 11001 111001

Color Harmonies of #77AEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AEAA

Black with #77AEAA

Text Example


Text Example

White with #77AEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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