#65AFA1

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

Shades of Tradewind #65AFA1

Tints of Tradewind #65AFA1

Color information

#65AFA1 (or 0x65AFA1) is unknown color: approx Tradewind. HEX triplet: 65, AF and A1. RGB value is (101,175,161). Sum of RGB (Red+Green+Blue) = 101+175+161=437 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.11% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 175 - color contains mainly: green. Hex color #65AFA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AFA1 is #9A505E. Grayscale: #979797. Windows color (decimal): -10113119 or 10596197. OLE color: 10596197.

HSL color Cylindrical-coordinate representation of color #65AFA1: hue angle of 168.65º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65AFA1 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB101175161-
CMYK0.4200.080.31
HSL168.65º31.62%54.12%-
HSV(B)168.65º42.29%68.63%-
XYZ27.133639.24-
YUV151.28133.4892.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.11%
GREEN value IS 175 (68.75% from 255) = 40.05%
BLUE value IS 161 (63.28% from 255) = 36.84%
R=23.11%
G=40.05%
B=36.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011751610.4200.080.31168.6531.6254.12
Hex65AFA12A081Fa92036
Octal14525724152010372514066
Binary11001011010111110100001101010010001111110101001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65AFA1; }

 p { color: rgb(101,175,161); }

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

<style>
 a { background-color: #65AFA1; }

 a { background-color: rgb(101,175,161); }

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

<style>
 span { border-color: #65AFA1; }

 span { border-color: rgb(101,175,161); }

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