#75B5A7

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

Shades of Gulf Stream #75B5A7

Tints of Gulf Stream #75B5A7

Color information

#75B5A7 (or 0x75B5A7) is unknown color: approx Gulf Stream. HEX triplet: 75, B5 and A7. RGB value is (117,181,167). Sum of RGB (Red+Green+Blue) = 117+181+167=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 167 (65.62% from 255 or 35.91% from 465); Max value from RGB is 181 - color contains mainly: green. Hex color #75B5A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B5A7 is #8A4A58. Grayscale: #A0A0A0. Windows color (decimal): -9063001 or 10990965. OLE color: 10990965.

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

Color convert

RGB117181167-
CMYK0.3500.080.29
HSL166.88º30.19%58.43%-
HSV(B)166.88º35.36%70.98%-
XYZ30.8439.6242.58-
YUV160.27131.897.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.16%
GREEN value IS 181 (71.09% from 255) = 38.92%
BLUE value IS 167 (65.62% from 255) = 35.91%
R=25.16%
G=38.92%
B=35.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171811670.3500.080.29166.8830.1958.43
Hex75B5A723081Da71e3a
Octal16526524743010352473672
Binary1110101101101011010011110001101000111011010011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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