#61AFA5

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

Shades of Tradewind #61AFA5

Tints of Tradewind #61AFA5

Color information

#61AFA5 (or 0x61AFA5) is unknown color: approx Tradewind. HEX triplet: 61, AF and A5. RGB value is (97,175,165). Sum of RGB (Red+Green+Blue) = 97+175+165=437 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.20% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 175 - color contains mainly: green. Hex color #61AFA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AFA5 is #9E505A. Grayscale: #969696. Windows color (decimal): -10375259 or 10858337. OLE color: 10858337.

HSL color Cylindrical-coordinate representation of color #61AFA5: hue angle of 172.31º 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 #61AFA5 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB97175165-
CMYK0.4500.060.31
HSL172.31º32.77%53.33%-
HSV(B)172.31º44.57%68.63%-
XYZ27.0535.9241.1-
YUV150.54136.1689.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.20%
GREEN value IS 175 (68.75% from 255) = 40.05%
BLUE value IS 165 (64.84% from 255) = 37.76%
R=22.20%
G=40.05%
B=37.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971751650.4500.060.31172.3132.7753.33
Hex61AFA52D061Fac2135
Octal1412572455506372544165
Binary1100001101011111010010110110101101111110101100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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