#65AFA3

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

Shades of Tradewind #65AFA3

Tints of Tradewind #65AFA3

Color information

#65AFA3 (or 0x65AFA3) is unknown color: approx Tradewind. HEX triplet: 65, AF and A3. RGB value is (101,175,163). Sum of RGB (Red+Green+Blue) = 101+175+163=439 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.01% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 163 (64.06% from 255 or 37.13% from 439); Max value from RGB is 175 - color contains mainly: green. Hex color #65AFA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AFA3 is #9A505C. Grayscale: #979797. Windows color (decimal): -10113117 or 10727269. OLE color: 10727269.

HSL color Cylindrical-coordinate representation of color #65AFA3: hue angle of 170.27º 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 #65AFA3 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB101175163-
CMYK0.4200.070.31
HSL170.27º31.62%54.12%-
HSV(B)170.27º42.29%68.63%-
XYZ27.3136.0740.17-
YUV151.51134.4891.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.01%
GREEN value IS 175 (68.75% from 255) = 39.86%
BLUE value IS 163 (64.06% from 255) = 37.13%
R=23.01%
G=39.86%
B=37.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011751630.4200.070.31170.2731.6254.12
Hex65AFA32A071Faa2036
Octal1452572435207372524066
Binary1100101101011111010001110101001111111110101010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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