#75BAAB

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

Shades of Gulf Stream #75BAAB

Tints of Gulf Stream #75BAAB

Color information

#75BAAB (or 0x75BAAB) is unknown color: approx Gulf Stream. HEX triplet: 75, BA and AB. RGB value is (117,186,171). Sum of RGB (Red+Green+Blue) = 117+186+171=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 186 - color contains mainly: green. Hex color #75BAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BAAB is #8A4554. Grayscale: #A3A3A3. Windows color (decimal): -9061717 or 11254389. OLE color: 11254389.

HSL color Cylindrical-coordinate representation of color #75BAAB: hue angle of 166.96º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75BAAB is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB117186171-
CMYK0.3700.080.27
HSL166.96º33.33%59.41%-
HSV(B)166.96º37.1%72.94%-
XYZ32.2541.8444.9-
YUV163.66132.1494.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.68%
GREEN value IS 186 (73.05% from 255) = 39.24%
BLUE value IS 171 (67.19% from 255) = 36.08%
R=24.68%
G=39.24%
B=36.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171861710.3700.080.27166.9633.3359.41
Hex75BAAB25081Ba7213b
Octal16527225345010332474173
Binary11101011011101010101011100101010001101110100111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,186,171); }

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

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

 a { background-color: rgb(117,186,171); }

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

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

 span { border-color: rgb(117,186,171); }

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