#75ADA6

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

Shades of Gulf Stream #75ADA6

Tints of Gulf Stream #75ADA6

Color information

#75ADA6 (or 0x75ADA6) is unknown color: approx Gulf Stream. HEX triplet: 75, AD and A6. RGB value is (117,173,166). Sum of RGB (Red+Green+Blue) = 117+173+166=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 173 - color contains mainly: green. Hex color #75ADA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75ADA6 is #8A5259. Grayscale: #9B9B9B. Windows color (decimal): -9065050 or 10923381. OLE color: 10923381.

HSL color Cylindrical-coordinate representation of color #75ADA6: hue angle of 172.5º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75ADA6 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB117173166-
CMYK0.3200.040.32
HSL172.5º25.45%56.86%-
HSV(B)172.5º32.37%67.84%-
XYZ29.1636.4241.57-
YUV155.46133.95100.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.66%
GREEN value IS 173 (67.97% from 255) = 37.94%
BLUE value IS 166 (65.23% from 255) = 36.40%
R=25.66%
G=37.94%
B=36.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171731660.3200.040.32172.525.4556.86
Hex75ADA6200420ac1939
Octal1652552464004402543171
Binary1110101101011011010011010000001001000001010110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ADA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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