#76BBB0

Color #76BBB0 Gulf Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Stream #76BBB0

Tints of Gulf Stream #76BBB0

Color information

#76BBB0 (or 0x76BBB0) is unknown color: approx Gulf Stream. HEX triplet: 76, BB and B0. RGB value is (118,187,176). Sum of RGB (Red+Green+Blue) = 118+187+176=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 176 (69.14% from 255 or 36.59% from 481); Max value from RGB is 187 - color contains mainly: green. Hex color #76BBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BBB0 is #89444F. Grayscale: #A5A5A5. Windows color (decimal): -8995920 or 11582326. OLE color: 11582326.

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

Color convert

RGB118187176-
CMYK0.3700.060.27
HSL170.43º33.66%59.8%-
HSV(B)170.43º36.9%73.33%-
XYZ33.0842.5347.54-
YUV165.11134.1494.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.53%
GREEN value IS 187 (73.44% from 255) = 38.88%
BLUE value IS 176 (69.14% from 255) = 36.59%
R=24.53%
G=38.88%
B=36.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181871760.3700.060.27170.4333.6659.8
Hex76BBB025061Baa223c
Octal1662732604506332524274
Binary1110110101110111011000010010101101101110101010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,187,176); }

 H1.HeaderClassName
 {
   color: #76BBB0;
 }
 .AnyTagClassName
 {
   color: #76BBB0;
 }
</style>
background-color css

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

 a { background-color: rgb(118,187,176); }

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

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

 span { border-color: rgb(118,187,176); }

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