#65B0A3

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

Shades of Tradewind #65B0A3

Tints of Tradewind #65B0A3

Color information

#65B0A3 (or 0x65B0A3) is unknown color: approx Tradewind. HEX triplet: 65, B0 and A3. RGB value is (101,176,163). Sum of RGB (Red+Green+Blue) = 101+176+163=440 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.95% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 176 - color contains mainly: green. Hex color #65B0A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65B0A3 is #9A4F5C. Grayscale: #989898. Windows color (decimal): -10112861 or 10727525. OLE color: 10727525.

HSL color Cylindrical-coordinate representation of color #65B0A3: hue angle of 169.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65B0A3 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB101176163-
CMYK0.4300.070.31
HSL169.6º32.19%54.31%-
HSV(B)169.6º42.61%69.02%-
XYZ27.536.4640.24-
YUV152.09134.1591.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.95%
GREEN value IS 176 (69.14% from 255) = 40%
BLUE value IS 163 (64.06% from 255) = 37.05%
R=22.95%
G=40%
B=37.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011761630.4300.070.31169.632.1954.31
Hex65B0A32B071Faa2036
Octal1452602435307372524066
Binary1100101101100001010001110101101111111110101010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,176,163); }

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

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

 a { background-color: rgb(101,176,163); }

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

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

 span { border-color: rgb(101,176,163); }

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