#65ABA2

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

Shades of Tradewind #65ABA2

Tints of Tradewind #65ABA2

Color information

#65ABA2 (or 0x65ABA2) is unknown color: approx Tradewind. HEX triplet: 65, AB and A2. RGB value is (101,171,162). Sum of RGB (Red+Green+Blue) = 101+171+162=434 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.27% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 171 - color contains mainly: green. Hex color #65ABA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65ABA2 is #9A545D. Grayscale: #959595. Windows color (decimal): -10114142 or 10660709. OLE color: 10660709.

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

Color convert

RGB101171162-
CMYK0.4100.050.33
HSL172.29º29.41%53.33%-
HSV(B)172.29º40.94%67.06%-
XYZ26.4534.539.45-
YUV149.04135.3193.73-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.27%
GREEN value IS 171 (67.19% from 255) = 39.40%
BLUE value IS 162 (63.67% from 255) = 37.33%
R=23.27%
G=39.40%
B=37.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011711620.4100.050.33172.2929.4153.33
Hex65ABA2290521ac1d35
Octal1452532425105412543565
Binary1100101101010111010001010100101011000011010110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ABA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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