#61AAA4

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

Shades of Tradewind #61AAA4

Tints of Tradewind #61AAA4

Color information

#61AAA4 (or 0x61AAA4) is unknown color: approx Tradewind. HEX triplet: 61, AA and A4. RGB value is (97,170,164). Sum of RGB (Red+Green+Blue) = 97+170+164=431 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.51% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 164 (64.45% from 255 or 38.05% from 431); Max value from RGB is 170 - color contains mainly: green. Hex color #61AAA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AAA4 is #9E555B. Grayscale: #939393. Windows color (decimal): -10376540 or 10791521. OLE color: 10791521.

HSL color Cylindrical-coordinate representation of color #61AAA4: hue angle of 175.07º 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 #61AAA4 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB97170164-
CMYK0.4300.040.33
HSL175.07º30.04%52.35%-
HSV(B)175.07º42.94%66.67%-
XYZ26.0133.9740.31-
YUV147.49137.3291.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.51%
GREEN value IS 170 (66.80% from 255) = 39.44%
BLUE value IS 164 (64.45% from 255) = 38.05%
R=22.51%
G=39.44%
B=38.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971701640.4300.040.33175.0730.0452.35
Hex61AAA42B0421af1e34
Octal1412522445304412573664
Binary1100001101010101010010010101101001000011010111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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