Html Css Color HEX #76B9AE Gulf Stream

📋 copy color: '#76B9AE'

red 118 ◦ green 185 ◦ blue 174

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

Shades of Gulf Stream #76B9AE

Tints of Gulf Stream #76B9AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.48%

R = 24.74%
G = 38.78%
B = 36.48%

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

#76B9AE (or 0x76B9AE) is known color: Gulf Stream. HEX triplet: 76, B9 and AE. RGB value is (118,185,174). Sum of RGB (Red+Green+Blue) = 118+185+174=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 185 - color contains mainly: green. Hex color #76B9AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B9AE is #894651. Grayscale: #A3A3A3. Windows color (decimal): -8996434 or 11450742. OLE color: 11450742.

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

Color convert

RGB 118 185 174 -
CMYK 0.36 0 0.06 0.27
HSL 170.15º 0.32% 0.59% -
HSV(B) 170.15º 0.36% 0.73% -
XYZ 32.46 41.61 46.36 -
YUV 163.71 133.8 95.39 -
System Red Green Blue C M Y K H S L
Decimal 118 185 174 0.36 0 0.06 0.27 170.15 0.32 0.59
Hex 76 B9 AE 24 0 6 1B AA 20 3B
Octal 166 271 256 44 0 6 33 252 40 73
Binary 1110110 10111001 10101110 100100 0 110 11011 10101010 100000 111011

Color Harmonies of #76B9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B9AE

Black with #76B9AE

Text Example


Text Example

White with #76B9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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