Html Css Color HEX #76BCA3 Gulf Stream

📋 copy color: '#76BCA3'

red 118 ◦ green 188 ◦ blue 163

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

Shades of Gulf Stream #76BCA3

Tints of Gulf Stream #76BCA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 34.75%

R = 25.16%
G = 40.09%
B = 34.75%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#76BCA3 (or 0x76BCA3) is known color: Gulf Stream. HEX triplet: 76, BC and A3. RGB value is (118,188,163). Sum of RGB (Red+Green+Blue) = 118+188+163=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 163 (64.06% from 255 or 34.75% from 469); Max value from RGB is 188 - color contains mainly: green. Hex color #76BCA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BCA3 is #89435C. Grayscale: #A4A4A4. Windows color (decimal): -8995677 or 10730614. OLE color: 10730614.

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

Color convert

RGB 118 188 163 -
CMYK 0.37 0 0.13 0.26
HSL 158.57º 0.34% 0.6% -
HSV(B) 158.57º 0.37% 0.74% -
XYZ 32.07 42.46 41.16 -
YUV 164.22 127.31 95.03 -
System Red Green Blue C M Y K H S L
Decimal 118 188 163 0.37 0 0.13 0.26 158.57 0.34 0.6
Hex 76 BC A3 25 0 D 1A 9F 22 3C
Octal 166 274 243 45 0 15 32 237 42 74
Binary 1110110 10111100 10100011 100101 0 1101 11010 10011111 100010 111100

Color Harmonies of #76BCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BCA3

Black with #76BCA3

Text Example


Text Example

White with #76BCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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