Html Css Color HEX #77AEA5 Gulf Stream

📋 copy color: '#77AEA5'

red 119 ◦ green 174 ◦ blue 165

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

Shades of Gulf Stream #77AEA5

Tints of Gulf Stream #77AEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.03%

R = 25.98%
G = 37.99%
B = 36.03%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#77AEA5 (or 0x77AEA5) is known color: Gulf Stream. HEX triplet: 77, AE and A5. RGB value is (119,174,165). Sum of RGB (Red+Green+Blue) = 119+174+165=458 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.98% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 165 (64.84% from 255 or 36.03% from 458); Max value from RGB is 174 - color contains mainly: green. Hex color #77AEA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AEA5 is #88515A. Grayscale: #9C9C9C. Windows color (decimal): -8933723 or 10858103. OLE color: 10858103.

HSL color Cylindrical-coordinate representation of color #77AEA5: hue angle of 170.18º 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 #77AEA5 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 174 165 -
CMYK 0.32 0 0.05 0.32
HSL 170.18º 0.25% 0.57% -
HSV(B) 170.18º 0.32% 0.68% -
XYZ 29.54 36.91 41.17 -
YUV 156.53 132.78 101.23 -
System Red Green Blue C M Y K H S L
Decimal 119 174 165 0.32 0 0.05 0.32 170.18 0.25 0.57
Hex 77 AE A5 20 0 5 20 AA 19 39
Octal 167 256 245 40 0 5 40 252 31 71
Binary 1110111 10101110 10100101 100000 0 101 100000 10101010 11001 111001

Color Harmonies of #77AEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AEA5

Black with #77AEA5

Text Example


Text Example

White with #77AEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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