#61ACA7

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

Shades of Tradewind #61ACA7

Tints of Tradewind #61ACA7

Color information

#61ACA7 (or 0x61ACA7) is unknown color: approx Tradewind. HEX triplet: 61, AC and A7. RGB value is (97,172,167). Sum of RGB (Red+Green+Blue) = 97+172+167=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 167 (65.62% from 255 or 38.30% from 436); Max value from RGB is 172 - color contains mainly: green. Hex color #61ACA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61ACA7 is #9E5358. Grayscale: #949494. Windows color (decimal): -10376025 or 10988641. OLE color: 10988641.

HSL color Cylindrical-coordinate representation of color #61ACA7: hue angle of 176º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #61ACA7 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB97172167-
CMYK0.4400.030.33
HSL176º31.12%52.75%-
HSV(B)176º43.6%67.45%-
XYZ26.6634.8441.88-
YUV149138.1590.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.25%
GREEN value IS 172 (67.58% from 255) = 39.45%
BLUE value IS 167 (65.62% from 255) = 38.30%
R=22.25%
G=39.45%
B=38.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971721670.4400.030.3317631.1252.75
Hex61ACA72C0321b01f35
Octal1412542475403412603765
Binary110000110101100101001111011000111000011011000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,172,167); }

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

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

 a { background-color: rgb(97,172,167); }

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

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

 span { border-color: rgb(97,172,167); }

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