#65A99F

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

Shades of Tradewind #65A99F

Tints of Tradewind #65A99F

Color information

#65A99F (or 0x65A99F) is unknown color: approx Tradewind. HEX triplet: 65, A9 and 9F. RGB value is (101,169,159). Sum of RGB (Red+Green+Blue) = 101+169+159=429 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.54% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 169 - color contains mainly: green. Hex color #65A99F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A99F is #9A5660. Grayscale: #939393. Windows color (decimal): -10114657 or 10463589. OLE color: 10463589.

HSL color Cylindrical-coordinate representation of color #65A99F: hue angle of 171.18º 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 #65A99F is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB101169159-
CMYK0.4000.060.34
HSL171.18º28.33%52.94%-
HSV(B)171.18º40.24%66.27%-
XYZ25.8133.6537.93-
YUV147.53134.4794.81-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.54%
GREEN value IS 169 (66.41% from 255) = 39.39%
BLUE value IS 159 (62.5% from 255) = 37.06%
R=23.54%
G=39.39%
B=37.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1011691590.4000.060.34171.1828.3352.94
Hex65A99F280622ab1c35
Octal1452512375006422533465
Binary1100101101010011001111110100001101000101010101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,169,159); }

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

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

 a { background-color: rgb(101,169,159); }

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

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

 span { border-color: rgb(101,169,159); }

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