#75BAAD

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

Shades of Gulf Stream #75BAAD

Tints of Gulf Stream #75BAAD

Color information

#75BAAD (or 0x75BAAD) is unknown color: approx Gulf Stream. HEX triplet: 75, BA and AD. RGB value is (117,186,173). Sum of RGB (Red+Green+Blue) = 117+186+173=476 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.58% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 186 - color contains mainly: green. Hex color #75BAAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BAAD is #8A4552. Grayscale: #A3A3A3. Windows color (decimal): -9061715 or 11385461. OLE color: 11385461.

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

Color convert

RGB117186173-
CMYK0.3700.070.27
HSL168.7º33.33%59.41%-
HSV(B)168.7º37.1%72.94%-
XYZ32.4441.9245.92-
YUV163.89133.1494.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.58%
GREEN value IS 186 (73.05% from 255) = 39.08%
BLUE value IS 173 (67.97% from 255) = 36.34%
R=24.58%
G=39.08%
B=36.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171861730.3700.070.27168.733.3359.41
Hex75BAAD25071Ba9213b
Octal1652722554507332514173
Binary1110101101110101010110110010101111101110101001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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