Html Css Color HEX #76B3AD Gulf Stream

📋 copy color: '#76B3AD'

red 118 ◦ green 179 ◦ blue 173

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

Shades of Gulf Stream #76B3AD

Tints of Gulf Stream #76B3AD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.09%

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

R = 25.11%
G = 38.09%
B = 36.81%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#76B3AD (or 0x76B3AD) is known color: Gulf Stream. HEX triplet: 76, B3 and AD. RGB value is (118,179,173). Sum of RGB (Red+Green+Blue) = 118+179+173=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 179 - color contains mainly: green. Hex color #76B3AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B3AD is #894C52. Grayscale: #A0A0A0. Windows color (decimal): -8997971 or 11383670. OLE color: 11383670.

HSL color Cylindrical-coordinate representation of color #76B3AD: hue angle of 174.1º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76B3AD is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 179 173 -
CMYK 0.34 0 0.03 0.30
HSL 174.1º 0.29% 0.58% -
HSV(B) 174.1º 0.34% 0.7% -
XYZ 31.13 39.11 45.44 -
YUV 160.08 135.29 97.99 -
System Red Green Blue C M Y K H S L
Decimal 118 179 173 0.34 0 0.03 0.30 174.1 0.29 0.58
Hex 76 B3 AD 22 0 3 1E AE 1D 3A
Octal 166 263 255 42 0 3 36 256 35 72
Binary 1110110 10110011 10101101 100010 0 11 11110 10101110 11101 111010

Color Harmonies of #76B3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B3AD

Black with #76B3AD

Text Example


Text Example

White with #76B3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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