#75B8AC

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

Shades of Gulf Stream #75B8AC

Tints of Gulf Stream #75B8AC

Color information

#75B8AC (or 0x75B8AC) is unknown color: approx Gulf Stream. HEX triplet: 75, B8 and AC. RGB value is (117,184,172). Sum of RGB (Red+Green+Blue) = 117+184+172=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 184 - color contains mainly: green. Hex color #75B8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B8AC is #8A4753. Grayscale: #A2A2A2. Windows color (decimal): -9062228 or 11319413. OLE color: 11319413.

HSL color Cylindrical-coordinate representation of color #75B8AC: hue angle of 169.25º degrees, saturation: 0.32, 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 #75B8AC is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB117184172-
CMYK0.3600.070.28
HSL169.25º32.06%59.02%-
HSV(B)169.25º36.41%72.16%-
XYZ31.9241.0445.27-
YUV162.6133.395.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.74%
GREEN value IS 184 (72.27% from 255) = 38.90%
BLUE value IS 172 (67.58% from 255) = 36.36%
R=24.74%
G=38.90%
B=36.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1171841720.3600.070.28169.2532.0659.02
Hex75B8AC24071Ca9203b
Octal1652702544407342514073
Binary1110101101110001010110010010001111110010101001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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