Html Css Color HEX #76BCAC Gulf Stream

📋 copy color: '#76BCAC'

red 118 ◦ green 188 ◦ blue 172

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

Shades of Gulf Stream #76BCAC

Tints of Gulf Stream #76BCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.98%

R = 24.69%
G = 39.33%
B = 35.98%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#76BCAC (or 0x76BCAC) is known color: Gulf Stream. HEX triplet: 76, BC and AC. RGB value is (118,188,172). Sum of RGB (Red+Green+Blue) = 118+188+172=478 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.69% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 188 - color contains mainly: green. Hex color #76BCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BCAC is #894353. Grayscale: #A5A5A5. Windows color (decimal): -8995668 or 11320438. OLE color: 11320438.

HSL color Cylindrical-coordinate representation of color #76BCAC: hue angle of 166.29º 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 #76BCAC is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 188 172 -
CMYK 0.37 0 0.09 0.26
HSL 166.29º 0.34% 0.6% -
HSV(B) 166.29º 0.37% 0.74% -
XYZ 32.9 42.8 45.56 -
YUV 165.25 131.81 94.3 -
System Red Green Blue C M Y K H S L
Decimal 118 188 172 0.37 0 0.09 0.26 166.29 0.34 0.6
Hex 76 BC AC 25 0 9 1A A6 22 3C
Octal 166 274 254 45 0 11 32 246 42 74
Binary 1110110 10111100 10101100 100101 0 1001 11010 10100110 100010 111100

Color Harmonies of #76BCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BCAC

Black with #76BCAC

Text Example


Text Example

White with #76BCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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