Html Css Color HEX #76A99E Gulf Stream

📋 copy color: '#76A99E'

red 118 ◦ green 169 ◦ blue 158

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

Shades of Gulf Stream #76A99E

Tints of Gulf Stream #76A99E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.98%

 BLUE value IS 158 (62.11% from 255) = 35.51%

R = 26.52%
G = 37.98%
B = 35.51%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#76A99E (or 0x76A99E) is known color: Gulf Stream. HEX triplet: 76, A9 and 9E. RGB value is (118,169,158). Sum of RGB (Red+Green+Blue) = 118+169+158=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 169 - color contains mainly: green. Hex color #76A99E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A99E is #895661. Grayscale: #989898. Windows color (decimal): -9000546 or 10398070. OLE color: 10398070.

HSL color Cylindrical-coordinate representation of color #76A99E: hue angle of 167.06º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76A99E is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 118 169 158 -
CMYK 0.30 0 0.07 0.34
HSL 167.06º 0.23% 0.56% -
HSV(B) 167.06º 0.3% 0.66% -
XYZ 27.83 34.7 37.58 -
YUV 152.5 131.1 103.39 -
System Red Green Blue C M Y K H S L
Decimal 118 169 158 0.30 0 0.07 0.34 167.06 0.23 0.56
Hex 76 A9 9E 1E 0 7 22 A7 17 38
Octal 166 251 236 36 0 7 42 247 27 70
Binary 1110110 10101001 10011110 11110 0 111 100010 10100111 10111 111000

Color Harmonies of #76A99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A99E

Black with #76A99E

Text Example


Text Example

White with #76A99E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,169,158); }

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

background-color css

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

 a { background-color: rgb(118,169,158); }

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

border-color css

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

 span { border-color: rgb(118,169,158); }

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