#75BAAA

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

Shades of Gulf Stream #75BAAA

Tints of Gulf Stream #75BAAA

Color information

#75BAAA (or 0x75BAAA) is unknown color: approx Gulf Stream. HEX triplet: 75, BA and AA. RGB value is (117,186,170). Sum of RGB (Red+Green+Blue) = 117+186+170=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 186 - color contains mainly: green. Hex color #75BAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BAAA is #8A4555. Grayscale: #A3A3A3. Windows color (decimal): -9061718 or 11188853. OLE color: 11188853.

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

Color convert

RGB117186170-
CMYK0.3700.090.27
HSL166.09º33.33%59.41%-
HSV(B)166.09º37.1%72.94%-
XYZ32.1541.844.4-
YUV163.54131.6494.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.74%
GREEN value IS 186 (73.05% from 255) = 39.32%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=24.74%
G=39.32%
B=35.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171861700.3700.090.27166.0933.3359.41
Hex75BAAA25091Ba6213b
Octal16527225245011332464173
Binary11101011011101010101010100101010011101110100110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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