Html Css Color HEX #76BAA9 Gulf Stream

📋 copy color: '#76BAA9'

red 118 ◦ green 186 ◦ blue 169

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

Shades of Gulf Stream #76BAA9

Tints of Gulf Stream #76BAA9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.32%

 BLUE value IS 169 (66.41% from 255) = 35.73%

R = 24.95%
G = 39.32%
B = 35.73%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#76BAA9 (or 0x76BAA9) is known color: Gulf Stream. HEX triplet: 76, BA and A9. RGB value is (118,186,169). Sum of RGB (Red+Green+Blue) = 118+186+169=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 186 - color contains mainly: green. Hex color #76BAA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BAA9 is #894556. Grayscale: #A3A3A3. Windows color (decimal): -8996183 or 11123318. OLE color: 11123318.

HSL color Cylindrical-coordinate representation of color #76BAA9: hue angle of 165º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BAA9 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 186 169 -
CMYK 0.37 0 0.09 0.27
HSL 165º 0.33% 0.6% -
HSV(B) 165º 0.37% 0.73% -
XYZ 32.19 41.83 43.91 -
YUV 163.73 130.97 95.38 -
System Red Green Blue C M Y K H S L
Decimal 118 186 169 0.37 0 0.09 0.27 165 0.33 0.6
Hex 76 BA A9 25 0 9 1B A5 21 3C
Octal 166 272 251 45 0 11 33 245 41 74
Binary 1110110 10111010 10101001 100101 0 1001 11011 10100101 100001 111100

Color Harmonies of #76BAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BAA9

Black with #76BAA9

Text Example


Text Example

White with #76BAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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