#65A8A3

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

Shades of Tradewind #65A8A3

Tints of Tradewind #65A8A3

Color information

#65A8A3 (or 0x65A8A3) is unknown color: approx Tradewind. HEX triplet: 65, A8 and A3. RGB value is (101,168,163). Sum of RGB (Red+Green+Blue) = 101+168+163=432 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.38% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 168 - color contains mainly: green. Hex color #65A8A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A8A3 is #9A575C. Grayscale: #939393. Windows color (decimal): -10114909 or 10725477. OLE color: 10725477.

HSL color Cylindrical-coordinate representation of color #65A8A3: hue angle of 175.52º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65A8A3 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.34.

Color convert

RGB101168163-
CMYK0.4000.030.34
HSL175.52º27.8%52.75%-
HSV(B)175.52º39.88%65.88%-
XYZ25.9833.4239.73-
YUV147.4136.894.91-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.38%
GREEN value IS 168 (66.02% from 255) = 38.89%
BLUE value IS 163 (64.06% from 255) = 37.73%
R=23.38%
G=38.89%
B=37.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1011681630.4000.030.34175.5227.852.75
Hex65A8A3280322b01c35
Octal1452502435003422603465
Binary110010110101000101000111010000111000101011000011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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