Html Css Color HEX #76AB9E Gulf Stream

📋 copy color: '#76AB9E'

red 118 ◦ green 171 ◦ blue 158

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

Shades of Gulf Stream #76AB9E

Tints of Gulf Stream #76AB9E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.26%

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

R = 26.4%
G = 38.26%
B = 35.35%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#76AB9E (or 0x76AB9E) is known color: Gulf Stream. HEX triplet: 76, AB and 9E. RGB value is (118,171,158). Sum of RGB (Red+Green+Blue) = 118+171+158=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AB9E is #895461. Grayscale: #999999. Windows color (decimal): -9000034 or 10398582. OLE color: 10398582.

HSL color Cylindrical-coordinate representation of color #76AB9E: hue angle of 165.28º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76AB9E is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 171 158 -
CMYK 0.31 0 0.08 0.33
HSL 165.28º 0.24% 0.57% -
HSV(B) 165.28º 0.31% 0.67% -
XYZ 28.21 35.45 37.7 -
YUV 153.67 130.44 102.56 -
System Red Green Blue C M Y K H S L
Decimal 118 171 158 0.31 0 0.08 0.33 165.28 0.24 0.57
Hex 76 AB 9E 1F 0 8 21 A5 18 39
Octal 166 253 236 37 0 10 41 245 30 71
Binary 1110110 10101011 10011110 11111 0 1000 100001 10100101 11000 111001

Color Harmonies of #76AB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AB9E

Black with #76AB9E

Text Example


Text Example

White with #76AB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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