#65ABA7

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

Shades of Tradewind #65ABA7

Tints of Tradewind #65ABA7

Color information

#65ABA7 (or 0x65ABA7) is unknown color: approx Tradewind. HEX triplet: 65, AB and A7. RGB value is (101,171,167). Sum of RGB (Red+Green+Blue) = 101+171+167=439 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.01% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 167 (65.62% from 255 or 38.04% from 439); Max value from RGB is 171 - color contains mainly: green. Hex color #65ABA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65ABA7 is #9A5458. Grayscale: #959595. Windows color (decimal): -10114137 or 10988389. OLE color: 10988389.

HSL color Cylindrical-coordinate representation of color #65ABA7: hue angle of 176.57º 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 #65ABA7 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB101171167-
CMYK0.4100.020.33
HSL176.57º29.41%53.33%-
HSV(B)176.57º40.94%67.06%-
XYZ26.934.6841.84-
YUV149.61137.8193.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.01%
GREEN value IS 171 (67.19% from 255) = 38.95%
BLUE value IS 167 (65.62% from 255) = 38.04%
R=23.01%
G=38.95%
B=38.04%

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
Decimal1011711670.4100.020.33176.5729.4153.33
Hex65ABA7290221b11d35
Octal1452532475102412613565
Binary110010110101011101001111010010101000011011000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ABA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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