#75B6AC

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

Shades of Gulf Stream #75B6AC

Tints of Gulf Stream #75B6AC

Color information

#75B6AC (or 0x75B6AC) is unknown color: approx Gulf Stream. HEX triplet: 75, B6 and AC. RGB value is (117,182,172). Sum of RGB (Red+Green+Blue) = 117+182+172=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 182 - color contains mainly: green. Hex color #75B6AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B6AC is #8A4953. Grayscale: #A1A1A1. Windows color (decimal): -9062740 or 11318901. OLE color: 11318901.

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

Color convert

RGB117182172-
CMYK0.3600.050.29
HSL170.77º30.81%58.63%-
HSV(B)170.77º35.71%71.37%-
XYZ31.5140.2245.13-
YUV161.42133.9796.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.84%
GREEN value IS 182 (71.48% from 255) = 38.64%
BLUE value IS 172 (67.58% from 255) = 36.52%
R=24.84%
G=38.64%
B=36.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171821720.3600.050.29170.7730.8158.63
Hex75B6AC24051Dab1f3b
Octal1652662544405352533773
Binary111010110110110101011001001000101111011010101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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