Html Css Color HEX #76B9AD Gulf Stream

📋 copy color: '#76B9AD'

red 118 ◦ green 185 ◦ blue 173

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

Shades of Gulf Stream #76B9AD

Tints of Gulf Stream #76B9AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.34%

R = 24.79%
G = 38.87%
B = 36.34%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#76B9AD (or 0x76B9AD) is known color: Gulf Stream. HEX triplet: 76, B9 and AD. RGB value is (118,185,173). Sum of RGB (Red+Green+Blue) = 118+185+173=476 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.79% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 185 - color contains mainly: green. Hex color #76B9AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B9AD is #894652. Grayscale: #A3A3A3. Windows color (decimal): -8996435 or 11385206. OLE color: 11385206.

HSL color Cylindrical-coordinate representation of color #76B9AD: hue angle of 169.25º 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 #76B9AD is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 185 173 -
CMYK 0.36 0 0.06 0.27
HSL 169.25º 0.32% 0.59% -
HSV(B) 169.25º 0.36% 0.73% -
XYZ 32.36 41.57 45.85 -
YUV 163.6 133.3 95.48 -
System Red Green Blue C M Y K H S L
Decimal 118 185 173 0.36 0 0.06 0.27 169.25 0.32 0.59
Hex 76 B9 AD 24 0 6 1B A9 20 3B
Octal 166 271 255 44 0 6 33 251 40 73
Binary 1110110 10111001 10101101 100100 0 110 11011 10101001 100000 111011

Color Harmonies of #76B9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B9AD

Black with #76B9AD

Text Example


Text Example

White with #76B9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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