#65aba8

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

Shades of Tradewind #65ABA8

Tints of Tradewind #65ABA8

Color information

#65ABA8 (or 0x65ABA8) is unknown color: approx Tradewind. HEX triplet: 65, AB and A8. RGB value is (101,171,168). Sum of RGB (Red+Green+Blue) = 101+171+168=440 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.95% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 171 - color contains mainly: green. Hex color #65ABA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65ABA8 is #9A5457. Grayscale: #959595. Windows color (decimal): -10114136 or 11053925. OLE color: 11053925.

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

Color convert

RGB101171168-
CMYK0.4100.020.33
HSL177.43º29.41%53.33%-
HSV(B)177.43º40.94%67.06%-
XYZ2734.7242.32-
YUV149.73138.3193.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.95%
GREEN value IS 171 (67.19% from 255) = 38.86%
BLUE value IS 168 (66.02% from 255) = 38.18%
R=22.95%
G=38.86%
B=38.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011711680.4100.020.33177.4329.4153.33
Hex65ABA8290221b11d35
Octal1452532505102412613565
Binary110010110101011101010001010010101000011011000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65aba8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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