#75B2AC

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

Shades of Gulf Stream #75B2AC

Tints of Gulf Stream #75B2AC

Color information

#75B2AC (or 0x75B2AC) is unknown color: approx Gulf Stream. HEX triplet: 75, B2 and AC. RGB value is (117,178,172). Sum of RGB (Red+Green+Blue) = 117+178+172=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 178 - color contains mainly: green. Hex color #75B2AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75B2AC is #8A4D53. Grayscale: #9F9F9F. Windows color (decimal): -9063764 or 11317877. OLE color: 11317877.

HSL color Cylindrical-coordinate representation of color #75B2AC: hue angle of 174.1º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75B2AC is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB117178172-
CMYK0.3400.030.30
HSL174.1º28.37%57.84%-
HSV(B)174.1º34.27%69.8%-
XYZ30.738.644.86-
YUV159.08135.2997.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.05%
GREEN value IS 178 (69.92% from 255) = 38.12%
BLUE value IS 172 (67.58% from 255) = 36.83%
R=25.05%
G=38.12%
B=36.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1171781720.3400.030.30174.128.3757.84
Hex75B2AC22031Eae1c3a
Octal1652622544203362563472
Binary11101011011001010101100100010011111101010111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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