Html Css Color HEX #76ABA7 Gulf Stream

📋 copy color: '#76ABA7'

red 118 ◦ green 171 ◦ blue 167

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

Shades of Gulf Stream #76ABA7

Tints of Gulf Stream #76ABA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.62%

R = 25.88%
G = 37.5%
B = 36.62%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#76ABA7 (or 0x76ABA7) is known color: Gulf Stream. HEX triplet: 76, AB and A7. RGB value is (118,171,167). Sum of RGB (Red+Green+Blue) = 118+171+167=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 167 (65.62% from 255 or 36.62% from 456); Max value from RGB is 171 - color contains mainly: green. Hex color #76ABA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76ABA7 is #895458. Grayscale: #9A9A9A. Windows color (decimal): -9000025 or 10988406. OLE color: 10988406.

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

Color convert

RGB 118 171 167 -
CMYK 0.31 0 0.02 0.33
HSL 175.47º 0.24% 0.57% -
HSV(B) 175.47º 0.31% 0.67% -
XYZ 29.01 35.77 41.93 -
YUV 154.7 134.94 101.83 -
System Red Green Blue C M Y K H S L
Decimal 118 171 167 0.31 0 0.02 0.33 175.47 0.24 0.57
Hex 76 AB A7 1F 0 2 21 AF 18 39
Octal 166 253 247 37 0 2 41 257 30 71
Binary 1110110 10101011 10100111 11111 0 10 100001 10101111 11000 111001

Color Harmonies of #76ABA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ABA7

Black with #76ABA7

Text Example


Text Example

White with #76ABA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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