Html Css Color HEX #76AB9F Gulf Stream

📋 copy color: '#76AB9F'

red 118 ◦ green 171 ◦ blue 159

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

Shades of Gulf Stream #76AB9F

Tints of Gulf Stream #76AB9F

RGB

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

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

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

R = 26.34%
G = 38.17%
B = 35.49%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#76AB9F (or 0x76AB9F) is known color: Gulf Stream. HEX triplet: 76, AB and 9F. RGB value is (118,171,159). Sum of RGB (Red+Green+Blue) = 118+171+159=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AB9F is #895460. Grayscale: #999999. Windows color (decimal): -9000033 or 10464118. OLE color: 10464118.

HSL color Cylindrical-coordinate representation of color #76AB9F: hue angle of 166.42º 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 #76AB9F is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 171 159 -
CMYK 0.31 0 0.07 0.33
HSL 166.42º 0.24% 0.57% -
HSV(B) 166.42º 0.31% 0.67% -
XYZ 28.29 35.48 38.16 -
YUV 153.79 130.94 102.48 -
System Red Green Blue C M Y K H S L
Decimal 118 171 159 0.31 0 0.07 0.33 166.42 0.24 0.57
Hex 76 AB 9F 1F 0 7 21 A6 18 39
Octal 166 253 237 37 0 7 41 246 30 71
Binary 1110110 10101011 10011111 11111 0 111 100001 10100110 11000 111001

Color Harmonies of #76AB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AB9F

Black with #76AB9F

Text Example


Text Example

White with #76AB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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