#75B1AE

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

Shades of Gulf Stream #75B1AE

Tints of Gulf Stream #75B1AE

Color information

#75B1AE (or 0x75B1AE) is unknown color: approx Gulf Stream. HEX triplet: 75, B1 and AE. RGB value is (117,177,174). Sum of RGB (Red+Green+Blue) = 117+177+174=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 177 - color contains mainly: green. Hex color #75B1AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75B1AE is #8A4E51. Grayscale: #9E9E9E. Windows color (decimal): -9064018 or 11448693. OLE color: 11448693.

HSL color Cylindrical-coordinate representation of color #75B1AE: hue angle of 177º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75B1AE is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB117177174-
CMYK0.3400.020.31
HSL177º27.78%57.65%-
HSV(B)177º33.9%69.41%-
XYZ30.738.2845.82-
YUV158.72136.6298.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25%
GREEN value IS 177 (69.53% from 255) = 37.82%
BLUE value IS 174 (68.36% from 255) = 37.18%
R=25%
G=37.82%
B=37.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171771740.3400.020.3117727.7857.65
Hex75B1AE22021Fb11c3a
Octal1652612564202372613472
Binary11101011011000110101110100010010111111011000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75B1AE; }

 p { color: rgb(117,177,174); }

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

<style>
 a { background-color: #75B1AE; }

 a { background-color: rgb(117,177,174); }

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

<style>
 span { border-color: #75B1AE; }

 span { border-color: rgb(117,177,174); }

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