#61AFA2

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

Shades of Tradewind #61AFA2

Tints of Tradewind #61AFA2

Color information

#61AFA2 (or 0x61AFA2) is unknown color: approx Tradewind. HEX triplet: 61, AF and A2. RGB value is (97,175,162). Sum of RGB (Red+Green+Blue) = 97+175+162=434 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.35% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #61AFA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AFA2 is #9E505D. Grayscale: #969696. Windows color (decimal): -10375262 or 10661729. OLE color: 10661729.

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

Color convert

RGB97175162-
CMYK0.4500.070.31
HSL170º32.77%53.33%-
HSV(B)170º44.57%68.63%-
XYZ26.7835.8139.68-
YUV150.2134.6690.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.35%
GREEN value IS 175 (68.75% from 255) = 40.32%
BLUE value IS 162 (63.67% from 255) = 37.33%
R=22.35%
G=40.32%
B=37.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971751620.4500.070.3117032.7753.33
Hex61AFA22D071Faa2135
Octal1412572425507372524165
Binary1100001101011111010001010110101111111110101010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,175,162); }

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

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

 a { background-color: rgb(97,175,162); }

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

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

 span { border-color: rgb(97,175,162); }

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