#65AC9F

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

Shades of Tradewind #65AC9F

Tints of Tradewind #65AC9F

Color information

#65AC9F (or 0x65AC9F) is unknown color: approx Tradewind. HEX triplet: 65, AC and 9F. RGB value is (101,172,159). Sum of RGB (Red+Green+Blue) = 101+172+159=432 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.38% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 172 - color contains mainly: green. Hex color #65AC9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AC9F is #9A5360. Grayscale: #959595. Windows color (decimal): -10113889 or 10464357. OLE color: 10464357.

HSL color Cylindrical-coordinate representation of color #65AC9F: hue angle of 169.01º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65AC9F is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB101172159-
CMYK0.4100.080.33
HSL169.01º29.96%53.53%-
HSV(B)169.01º41.28%67.45%-
XYZ26.3834.7738.12-
YUV149.29133.4893.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.38%
GREEN value IS 172 (67.58% from 255) = 39.81%
BLUE value IS 159 (62.5% from 255) = 36.81%
R=23.38%
G=39.81%
B=36.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011721590.4100.080.33169.0129.9653.53
Hex65AC9F290821a91e36
Octal14525423751010412513666
Binary11001011010110010011111101001010001000011010100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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