#75BBA9

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

Shades of Gulf Stream #75BBA9

Tints of Gulf Stream #75BBA9

Color information

#75BBA9 (or 0x75BBA9) is unknown color: approx Gulf Stream. HEX triplet: 75, BB and A9. RGB value is (117,187,169). Sum of RGB (Red+Green+Blue) = 117+187+169=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 187 - color contains mainly: green. Hex color #75BBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BBA9 is #8A4456. Grayscale: #A4A4A4. Windows color (decimal): -9061463 or 11123573. OLE color: 11123573.

HSL color Cylindrical-coordinate representation of color #75BBA9: hue angle of 164.57º degrees, saturation: 0.34, 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 #75BBA9 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB117187169-
CMYK0.3700.100.27
HSL164.57º33.98%59.61%-
HSV(B)164.57º37.43%73.33%-
XYZ32.2742.1943.98-
YUV164.02130.8194.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.74%
GREEN value IS 187 (73.44% from 255) = 39.53%
BLUE value IS 169 (66.41% from 255) = 35.73%
R=24.74%
G=39.53%
B=35.73%

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
Decimal1171871690.3700.100.27164.5733.9859.61
Hex75BBA9250A1Ba5223c
Octal16527325145012332454274
Binary11101011011101110101001100101010101101110100101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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