#65b0a4

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

Shades of Tradewind #65B0A4

Tints of Tradewind #65B0A4

Color information

#65B0A4 (or 0x65B0A4) is unknown color: approx Tradewind. HEX triplet: 65, B0 and A4. RGB value is (101,176,164). Sum of RGB (Red+Green+Blue) = 101+176+164=441 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.90% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 176 - color contains mainly: green. Hex color #65B0A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65B0A4 is #9A4F5B. Grayscale: #989898. Windows color (decimal): -10112860 or 10793061. OLE color: 10793061.

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

Color convert

RGB101176164-
CMYK0.4300.070.31
HSL170.4º32.19%54.31%-
HSV(B)170.4º42.61%69.02%-
XYZ27.5936.540.71-
YUV152.21134.6591.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.90%
GREEN value IS 176 (69.14% from 255) = 39.91%
BLUE value IS 164 (64.45% from 255) = 37.19%
R=22.90%
G=39.91%
B=37.19%

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
Decimal1011761640.4300.070.31170.432.1954.31
Hex65B0A42B071Faa2036
Octal1452602445307372524066
Binary1100101101100001010010010101101111111110101010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65b0a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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