#75BAA7

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

Shades of Gulf Stream #75BAA7

Tints of Gulf Stream #75BAA7

Color information

#75BAA7 (or 0x75BAA7) is unknown color: approx Gulf Stream. HEX triplet: 75, BA and A7. RGB value is (117,186,167). Sum of RGB (Red+Green+Blue) = 117+186+167=470 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.89% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 167 (65.62% from 255 or 35.53% from 470); Max value from RGB is 186 - color contains mainly: green. Hex color #75BAA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BAA7 is #8A4558. Grayscale: #A3A3A3. Windows color (decimal): -9061721 or 10992245. OLE color: 10992245.

HSL color Cylindrical-coordinate representation of color #75BAA7: hue angle of 163.48º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75BAA7 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB117186167-
CMYK0.3700.100.27
HSL163.48º33.33%59.41%-
HSV(B)163.48º37.1%72.94%-
XYZ31.8741.6942.93-
YUV163.2130.1495.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.89%
GREEN value IS 186 (73.05% from 255) = 39.57%
BLUE value IS 167 (65.62% from 255) = 35.53%
R=24.89%
G=39.57%
B=35.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171861670.3700.100.27163.4833.3359.41
Hex75BAA7250A1Ba3213b
Octal16527224745012332434173
Binary11101011011101010100111100101010101101110100011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,186,167); }

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

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

 a { background-color: rgb(117,186,167); }

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

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

 span { border-color: rgb(117,186,167); }

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