#75ABA6

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

Shades of Tradewind #75ABA6

Tints of Tradewind #75ABA6

Color information

#75ABA6 (or 0x75ABA6) is unknown color: approx Tradewind. HEX triplet: 75, AB and A6. RGB value is (117,171,166). Sum of RGB (Red+Green+Blue) = 117+171+166=454 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.77% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 166 (65.23% from 255 or 36.56% from 454); Max value from RGB is 171 - color contains mainly: green. Hex color #75ABA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75ABA6 is #8A5459. Grayscale: #9A9A9A. Windows color (decimal): -9065562 or 10922869. OLE color: 10922869.

HSL color Cylindrical-coordinate representation of color #75ABA6: hue angle of 174.44º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75ABA6 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB117171166-
CMYK0.3200.030.33
HSL174.44º24.32%56.47%-
HSV(B)174.44º31.58%67.06%-
XYZ28.7835.6641.44-
YUV154.28134.61101.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.77%
GREEN value IS 171 (67.19% from 255) = 37.67%
BLUE value IS 166 (65.23% from 255) = 36.56%
R=25.77%
G=37.67%
B=36.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171711660.3200.030.33174.4424.3256.47
Hex75ABA6200321ae1838
Octal1652532464003412563070
Binary111010110101011101001101000000111000011010111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ABA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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