#75B5A9

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

Shades of Gulf Stream #75B5A9

Tints of Gulf Stream #75B5A9

Color information

#75B5A9 (or 0x75B5A9) is unknown color: approx Gulf Stream. HEX triplet: 75, B5 and A9. RGB value is (117,181,169). Sum of RGB (Red+Green+Blue) = 117+181+169=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 169 (66.41% from 255 or 36.19% from 467); Max value from RGB is 181 - color contains mainly: green. Hex color #75B5A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B5A9 is #8A4A56. Grayscale: #A0A0A0. Windows color (decimal): -9062999 or 11122037. OLE color: 11122037.

HSL color Cylindrical-coordinate representation of color #75B5A9: hue angle of 168.75º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75B5A9 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB117181169-
CMYK0.3500.070.29
HSL168.75º30.19%58.43%-
HSV(B)168.75º35.36%70.98%-
XYZ31.0239.6943.56-
YUV160.5132.896.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.05%
GREEN value IS 181 (71.09% from 255) = 38.76%
BLUE value IS 169 (66.41% from 255) = 36.19%
R=25.05%
G=38.76%
B=36.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171811690.3500.070.29168.7530.1958.43
Hex75B5A923071Da91e3a
Octal1652652514307352513672
Binary111010110110101101010011000110111111011010100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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