#65AFA8

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

Shades of Tradewind #65AFA8

Tints of Tradewind #65AFA8

Color information

#65AFA8 (or 0x65AFA8) is unknown color: approx Tradewind. HEX triplet: 65, AF and A8. RGB value is (101,175,168). Sum of RGB (Red+Green+Blue) = 101+175+168=444 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.75% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 175 - color contains mainly: green. Hex color #65AFA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AFA8 is #9A5057. Grayscale: #989898. Windows color (decimal): -10113112 or 11054949. OLE color: 11054949.

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

Color convert

RGB101175168-
CMYK0.4200.040.31
HSL174.32º31.62%54.12%-
HSV(B)174.32º42.29%68.63%-
XYZ27.7636.2542.58-
YUV152.08136.9891.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.75%
GREEN value IS 175 (68.75% from 255) = 39.41%
BLUE value IS 168 (66.02% from 255) = 37.84%
R=22.75%
G=39.41%
B=37.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011751680.4200.040.31174.3231.6254.12
Hex65AFA82A041Fae2036
Octal1452572505204372564066
Binary1100101101011111010100010101001001111110101110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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