Html Css Color HEX #77AE9F Gulf Stream

📋 copy color: '#77AE9F'

red 119 ◦ green 174 ◦ blue 159

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

Shades of Gulf Stream #77AE9F

Tints of Gulf Stream #77AE9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.18%

R = 26.33%
G = 38.5%
B = 35.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#77AE9F (or 0x77AE9F) is known color: Gulf Stream. HEX triplet: 77, AE and 9F. RGB value is (119,174,159). Sum of RGB (Red+Green+Blue) = 119+174+159=452 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.33% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 174 - color contains mainly: green. Hex color #77AE9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AE9F is #885160. Grayscale: #9B9B9B. Windows color (decimal): -8933729 or 10464887. OLE color: 10464887.

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

Color convert

RGB 119 174 159 -
CMYK 0.32 0 0.09 0.32
HSL 163.64º 0.25% 0.57% -
HSV(B) 163.64º 0.32% 0.68% -
XYZ 29 36.7 38.36 -
YUV 155.85 129.78 101.72 -
System Red Green Blue C M Y K H S L
Decimal 119 174 159 0.32 0 0.09 0.32 163.64 0.25 0.57
Hex 77 AE 9F 20 0 9 20 A4 19 39
Octal 167 256 237 40 0 11 40 244 31 71
Binary 1110111 10101110 10011111 100000 0 1001 100000 10100100 11001 111001

Color Harmonies of #77AE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AE9F

Black with #77AE9F

Text Example


Text Example

White with #77AE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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