#75BAA6

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

Shades of Gulf Stream #75BAA6

Tints of Gulf Stream #75BAA6

Color information

#75BAA6 (or 0x75BAA6) is unknown color: approx Gulf Stream. HEX triplet: 75, BA and A6. RGB value is (117,186,166). Sum of RGB (Red+Green+Blue) = 117+186+166=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #75BAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BAA6 is #8A4559. Grayscale: #A3A3A3. Windows color (decimal): -9061722 or 10926709. OLE color: 10926709.

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

Color convert

RGB117186166-
CMYK0.3700.110.27
HSL162.61º33.33%59.41%-
HSV(B)162.61º37.1%72.94%-
XYZ31.7841.6542.44-
YUV163.09129.6495.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.95%
GREEN value IS 186 (73.05% from 255) = 39.66%
BLUE value IS 166 (65.23% from 255) = 35.39%
R=24.95%
G=39.66%
B=35.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171861660.3700.110.27162.6133.3359.41
Hex75BAA6250B1Ba3213b
Octal16527224645013332434173
Binary11101011011101010100110100101010111101110100011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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