Html Css Color HEX #76AEAA Gulf Stream

📋 copy color: '#76AEAA'

red 118 ◦ green 174 ◦ blue 170

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

Shades of Gulf Stream #76AEAA

Tints of Gulf Stream #76AEAA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.66%

 BLUE value IS 170 (66.8% from 255) = 36.8%

R = 25.54%
G = 37.66%
B = 36.8%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#76AEAA (or 0x76AEAA) is known color: Gulf Stream. HEX triplet: 76, AE and AA. RGB value is (118,174,170). Sum of RGB (Red+Green+Blue) = 118+174+170=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 174 - color contains mainly: green. Hex color #76AEAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AEAA is #895155. Grayscale: #9C9C9C. Windows color (decimal): -8999254 or 11185782. OLE color: 11185782.

HSL color Cylindrical-coordinate representation of color #76AEAA: hue angle of 175.71º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76AEAA is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 174 170 -
CMYK 0.32 0 0.02 0.32
HSL 175.71º 0.26% 0.57% -
HSV(B) 175.71º 0.32% 0.68% -
XYZ 29.86 37.03 43.6 -
YUV 156.8 135.45 100.33 -
System Red Green Blue C M Y K H S L
Decimal 118 174 170 0.32 0 0.02 0.32 175.71 0.26 0.57
Hex 76 AE AA 20 0 2 20 B0 1A 39
Octal 166 256 252 40 0 2 40 260 32 71
Binary 1110110 10101110 10101010 100000 0 10 100000 10110000 11010 111001

Color Harmonies of #76AEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AEAA

Black with #76AEAA

Text Example


Text Example

White with #76AEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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