#75BCA6

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

Shades of Gulf Stream #75BCA6

Tints of Gulf Stream #75BCA6

Color information

#75BCA6 (or 0x75BCA6) is unknown color: approx Gulf Stream. HEX triplet: 75, BC and A6. RGB value is (117,188,166). Sum of RGB (Red+Green+Blue) = 117+188+166=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #75BCA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BCA6 is #8A4359. Grayscale: #A4A4A4. Windows color (decimal): -9061210 or 10927221. OLE color: 10927221.

HSL color Cylindrical-coordinate representation of color #75BCA6: hue angle of 161.41º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BCA6 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB117188166-
CMYK0.3800.120.26
HSL161.41º34.63%59.8%-
HSV(B)161.41º37.77%73.73%-
XYZ32.242.542.58-
YUV164.26128.9894.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.84%
GREEN value IS 188 (73.83% from 255) = 39.92%
BLUE value IS 166 (65.23% from 255) = 35.24%
R=24.84%
G=39.92%
B=35.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171881660.3800.120.26161.4134.6359.8
Hex75BCA6260C1Aa1233c
Octal16527424646014322414374
Binary11101011011110010100110100110011001101010100001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,188,166); }

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

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

 a { background-color: rgb(117,188,166); }

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

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

 span { border-color: rgb(117,188,166); }

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