#75BAAF

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

Shades of Gulf Stream #75BAAF

Tints of Gulf Stream #75BAAF

Color information

#75BAAF (or 0x75BAAF) is unknown color: approx Gulf Stream. HEX triplet: 75, BA and AF. RGB value is (117,186,175). Sum of RGB (Red+Green+Blue) = 117+186+175=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 186 - color contains mainly: green. Hex color #75BAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BAAF is #8A4550. Grayscale: #A4A4A4. Windows color (decimal): -9061713 or 11516533. OLE color: 11516533.

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

Color convert

RGB117186175-
CMYK0.3700.060.27
HSL170.43º33.33%59.41%-
HSV(B)170.43º37.1%72.94%-
XYZ32.6341.9946.94-
YUV164.11134.1494.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.48%
GREEN value IS 186 (73.05% from 255) = 38.91%
BLUE value IS 175 (68.75% from 255) = 36.61%
R=24.48%
G=38.91%
B=36.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171861750.3700.060.27170.4333.3359.41
Hex75BAAF25061Baa213b
Octal1652722574506332524173
Binary1110101101110101010111110010101101101110101010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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