#75B7AC

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

Shades of Gulf Stream #75B7AC

Tints of Gulf Stream #75B7AC

Color information

#75B7AC (or 0x75B7AC) is unknown color: approx Gulf Stream. HEX triplet: 75, B7 and AC. RGB value is (117,183,172). Sum of RGB (Red+Green+Blue) = 117+183+172=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 183 - color contains mainly: green. Hex color #75B7AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B7AC is #8A4853. Grayscale: #A1A1A1. Windows color (decimal): -9062484 or 11319157. OLE color: 11319157.

HSL color Cylindrical-coordinate representation of color #75B7AC: hue angle of 170º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75B7AC is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB117183172-
CMYK0.3600.060.28
HSL170º31.43%58.82%-
HSV(B)170º36.07%71.76%-
XYZ31.7240.6345.2-
YUV162.01133.6395.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.79%
GREEN value IS 183 (71.88% from 255) = 38.77%
BLUE value IS 172 (67.58% from 255) = 36.44%
R=24.79%
G=38.77%
B=36.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1171831720.3600.060.2817031.4358.82
Hex75B7AC24061Caa1f3b
Octal1652672544406342523773
Binary111010110110111101011001001000110111001010101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,183,172); }

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

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

 a { background-color: rgb(117,183,172); }

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

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

 span { border-color: rgb(117,183,172); }

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