#75BDA6

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

Shades of Gulf Stream #75BDA6

Tints of Gulf Stream #75BDA6

Color information

#75BDA6 (or 0x75BDA6) is unknown color: approx Gulf Stream. HEX triplet: 75, BD and A6. RGB value is (117,189,166). Sum of RGB (Red+Green+Blue) = 117+189+166=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 189 - color contains mainly: green. Hex color #75BDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BDA6 is #8A4259. Grayscale: #A4A4A4. Windows color (decimal): -9060954 or 10927477. OLE color: 10927477.

HSL color Cylindrical-coordinate representation of color #75BDA6: hue angle of 160.83º 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 #75BDA6 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB117189166-
CMYK0.3800.120.26
HSL160.83º35.29%60%-
HSV(B)160.83º38.1%74.12%-
XYZ32.4242.9342.65-
YUV164.85128.6593.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.79%
GREEN value IS 189 (74.22% from 255) = 40.04%
BLUE value IS 166 (65.23% from 255) = 35.17%
R=24.79%
G=40.04%
B=35.17%

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
Decimal1171891660.3800.120.26160.8335.2960
Hex75BDA6260C1Aa1233c
Octal16527524646014322414374
Binary11101011011110110100110100110011001101010100001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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