Html Css Color HEX #76BCAA Gulf Stream

📋 copy color: '#76BCAA'

red 118 ◦ green 188 ◦ blue 170

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

Shades of Gulf Stream #76BCAA

Tints of Gulf Stream #76BCAA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.5%

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

R = 24.79%
G = 39.5%
B = 35.71%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#76BCAA (or 0x76BCAA) is known color: Gulf Stream. HEX triplet: 76, BC and AA. RGB value is (118,188,170). Sum of RGB (Red+Green+Blue) = 118+188+170=476 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.79% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 188 - color contains mainly: green. Hex color #76BCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BCAA is #894355. Grayscale: #A5A5A5. Windows color (decimal): -8995670 or 11189366. OLE color: 11189366.

HSL color Cylindrical-coordinate representation of color #76BCAA: hue angle of 164.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BCAA is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 188 170 -
CMYK 0.37 0 0.10 0.26
HSL 164.57º 0.34% 0.6% -
HSV(B) 164.57º 0.37% 0.74% -
XYZ 32.71 42.72 44.55 -
YUV 165.02 130.81 94.46 -
System Red Green Blue C M Y K H S L
Decimal 118 188 170 0.37 0 0.10 0.26 164.57 0.34 0.6
Hex 76 BC AA 25 0 A 1A A5 22 3C
Octal 166 274 252 45 0 12 32 245 42 74
Binary 1110110 10111100 10101010 100101 0 1010 11010 10100101 100010 111100

Color Harmonies of #76BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BCAA

Black with #76BCAA

Text Example


Text Example

White with #76BCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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