#61AFA7

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

Shades of Tradewind #61AFA7

Tints of Tradewind #61AFA7

Color information

#61AFA7 (or 0x61AFA7) is unknown color: approx Tradewind. HEX triplet: 61, AF and A7. RGB value is (97,175,167). Sum of RGB (Red+Green+Blue) = 97+175+167=439 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.10% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 167 (65.62% from 255 or 38.04% from 439); Max value from RGB is 175 - color contains mainly: green. Hex color #61AFA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AFA7 is #9E5058. Grayscale: #969696. Windows color (decimal): -10375257 or 10989409. OLE color: 10989409.

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

Color convert

RGB97175167-
CMYK0.4500.050.31
HSL173.85º32.77%53.33%-
HSV(B)173.85º44.57%68.63%-
XYZ27.2335.9942.07-
YUV150.77137.1689.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.10%
GREEN value IS 175 (68.75% from 255) = 39.86%
BLUE value IS 167 (65.62% from 255) = 38.04%
R=22.10%
G=39.86%
B=38.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971751670.4500.050.31173.8532.7753.33
Hex61AFA72D051Fae2135
Octal1412572475505372564165
Binary1100001101011111010011110110101011111110101110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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