#75BCA9

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

Shades of Gulf Stream #75BCA9

Tints of Gulf Stream #75BCA9

Color information

#75BCA9 (or 0x75BCA9) is unknown color: approx Gulf Stream. HEX triplet: 75, BC and A9. RGB value is (117,188,169). Sum of RGB (Red+Green+Blue) = 117+188+169=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 169 (66.41% from 255 or 35.65% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #75BCA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BCA9 is #8A4356. Grayscale: #A4A4A4. Windows color (decimal): -9061207 or 11123829. OLE color: 11123829.

HSL color Cylindrical-coordinate representation of color #75BCA9: hue angle of 163.94º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BCA9 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB117188169-
CMYK0.3800.100.26
HSL163.94º34.63%59.8%-
HSV(B)163.94º37.77%73.73%-
XYZ32.4842.6144.05-
YUV164.6130.4894.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.68%
GREEN value IS 188 (73.83% from 255) = 39.66%
BLUE value IS 169 (66.41% from 255) = 35.65%
R=24.68%
G=39.66%
B=35.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171881690.3800.100.26163.9434.6359.8
Hex75BCA9260A1Aa4233c
Octal16527425146012322444374
Binary11101011011110010101001100110010101101010100100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,188,169); }

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

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

 a { background-color: rgb(117,188,169); }

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

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

 span { border-color: rgb(117,188,169); }

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