#76BAAF

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

Shades of Gulf Stream #76BAAF

Tints of Gulf Stream #76BAAF

Color information

#76BAAF (or 0x76BAAF) is unknown color: approx Gulf Stream. HEX triplet: 76, BA and AF. RGB value is (118,186,175). Sum of RGB (Red+Green+Blue) = 118+186+175=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 186 - color contains mainly: green. Hex color #76BAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BAAF is #894550. Grayscale: #A4A4A4. Windows color (decimal): -8996177 or 11516534. OLE color: 11516534.

HSL color Cylindrical-coordinate representation of color #76BAAF: hue angle of 170.29º degrees, saturation: 0.33, 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 #76BAAF is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB118186175-
CMYK0.3700.060.27
HSL170.29º33.01%59.61%-
HSV(B)170.29º36.56%72.94%-
XYZ32.7742.0646.95-
YUV164.41133.9794.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.63%
GREEN value IS 186 (73.05% from 255) = 38.83%
BLUE value IS 175 (68.75% from 255) = 36.53%
R=24.63%
G=38.83%
B=36.53%

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
Decimal1181861750.3700.060.27170.2933.0159.61
Hex76BAAF25061Baa213c
Octal1662722574506332524174
Binary1110110101110101010111110010101101101110101010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,186,175); }

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

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

 a { background-color: rgb(118,186,175); }

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

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

 span { border-color: rgb(118,186,175); }

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