#75B5AD

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

Shades of Gulf Stream #75B5AD

Tints of Gulf Stream #75B5AD

Color information

#75B5AD (or 0x75B5AD) is unknown color: approx Gulf Stream. HEX triplet: 75, B5 and AD. RGB value is (117,181,173). Sum of RGB (Red+Green+Blue) = 117+181+173=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 181 - color contains mainly: green. Hex color #75B5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B5AD is #8A4A52. Grayscale: #A0A0A0. Windows color (decimal): -9062995 or 11384181. OLE color: 11384181.

HSL color Cylindrical-coordinate representation of color #75B5AD: hue angle of 172.5º 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 #75B5AD is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB117181173-
CMYK0.3500.040.29
HSL172.5º30.19%58.43%-
HSV(B)172.5º35.36%70.98%-
XYZ31.439.8545.57-
YUV160.95134.896.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.84%
GREEN value IS 181 (71.09% from 255) = 38.43%
BLUE value IS 173 (67.97% from 255) = 36.73%
R=24.84%
G=38.43%
B=36.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171811730.3500.040.29172.530.1958.43
Hex75B5AD23041Dac1e3a
Octal1652652554304352543672
Binary111010110110101101011011000110100111011010110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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