Html Css Color HEX #76B9A4 Gulf Stream

📋 copy color: '#76B9A4'

red 118 ◦ green 185 ◦ blue 164

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

Shades of Gulf Stream #76B9A4

Tints of Gulf Stream #76B9A4

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.61%

 BLUE value IS 164 (64.45% from 255) = 35.12%

R = 25.27%
G = 39.61%
B = 35.12%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#76B9A4 (or 0x76B9A4) is known color: Gulf Stream. HEX triplet: 76, B9 and A4. RGB value is (118,185,164). Sum of RGB (Red+Green+Blue) = 118+185+164=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 185 - color contains mainly: green. Hex color #76B9A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B9A4 is #89465B. Grayscale: #A2A2A2. Windows color (decimal): -8996444 or 10795382. OLE color: 10795382.

HSL color Cylindrical-coordinate representation of color #76B9A4: hue angle of 161.19º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76B9A4 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 185 164 -
CMYK 0.36 0 0.11 0.27
HSL 161.19º 0.32% 0.59% -
HSV(B) 161.19º 0.36% 0.73% -
XYZ 31.52 41.23 41.42 -
YUV 162.57 128.8 96.21 -
System Red Green Blue C M Y K H S L
Decimal 118 185 164 0.36 0 0.11 0.27 161.19 0.32 0.59
Hex 76 B9 A4 24 0 B 1B A1 20 3B
Octal 166 271 244 44 0 13 33 241 40 73
Binary 1110110 10111001 10100100 100100 0 1011 11011 10100001 100000 111011

Color Harmonies of #76B9A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B9A4

Black with #76B9A4

Text Example


Text Example

White with #76B9A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,185,164); }

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

background-color css

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

 a { background-color: rgb(118,185,164); }

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

border-color css

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

 span { border-color: rgb(118,185,164); }

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