#61AA9E

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

Shades of Tradewind #61AA9E

Tints of Tradewind #61AA9E

Color information

#61AA9E (or 0x61AA9E) is unknown color: approx Tradewind. HEX triplet: 61, AA and 9E. RGB value is (97,170,158). Sum of RGB (Red+Green+Blue) = 97+170+158=425 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.82% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 170 - color contains mainly: green. Hex color #61AA9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AA9E is #9E5561. Grayscale: #929292. Windows color (decimal): -10376546 or 10398305. OLE color: 10398305.

HSL color Cylindrical-coordinate representation of color #61AA9E: hue angle of 170.14º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61AA9E is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB97170158-
CMYK0.4300.070.33
HSL170.14º30.04%52.35%-
HSV(B)170.14º42.94%66.67%-
XYZ25.4833.7637.52-
YUV146.8134.3292.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.82%
GREEN value IS 170 (66.80% from 255) = 40%
BLUE value IS 158 (62.11% from 255) = 37.18%
R=22.82%
G=40%
B=37.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971701580.4300.070.33170.1430.0452.35
Hex61AA9E2B0721aa1e34
Octal1412522365307412523664
Binary1100001101010101001111010101101111000011010101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61AA9E; }

 p { color: rgb(97,170,158); }

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

<style>
 a { background-color: #61AA9E; }

 a { background-color: rgb(97,170,158); }

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

<style>
 span { border-color: #61AA9E; }

 span { border-color: rgb(97,170,158); }

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