#76BAAE

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

Shades of Gulf Stream #76BAAE

Tints of Gulf Stream #76BAAE

Color information

#76BAAE (or 0x76BAAE) is unknown color: approx Gulf Stream. HEX triplet: 76, BA and AE. RGB value is (118,186,174). Sum of RGB (Red+Green+Blue) = 118+186+174=478 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.69% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 186 - color contains mainly: green. Hex color #76BAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BAAE is #894551. Grayscale: #A4A4A4. Windows color (decimal): -8996178 or 11450998. OLE color: 11450998.

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

Color convert

RGB118186174-
CMYK0.3700.060.27
HSL169.41º33.01%59.61%-
HSV(B)169.41º36.56%72.94%-
XYZ32.6742.0346.43-
YUV164.3133.4794.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.69%
GREEN value IS 186 (73.05% from 255) = 38.91%
BLUE value IS 174 (68.36% from 255) = 36.40%
R=24.69%
G=38.91%
B=36.40%

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
Decimal1181861740.3700.060.27169.4133.0159.61
Hex76BAAE25061Ba9213c
Octal1662722564506332514174
Binary1110110101110101010111010010101101101110101001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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