#65B6B0

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

Shades of Tradewind #65B6B0

Tints of Tradewind #65B6B0

Color information

#65B6B0 (or 0x65B6B0) is unknown color: approx Tradewind. HEX triplet: 65, B6 and B0. RGB value is (101,182,176). Sum of RGB (Red+Green+Blue) = 101+182+176=459 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.00% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 182 - color contains mainly: green. Hex color #65B6B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65B6B0 is #9A494F. Grayscale: #9D9D9D. Windows color (decimal): -10111312 or 11581029. OLE color: 11581029.

HSL color Cylindrical-coordinate representation of color #65B6B0: hue angle of 175.56º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65B6B0 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB101182176-
CMYK0.4500.030.29
HSL175.56º35.68%55.49%-
HSV(B)175.56º44.51%71.37%-
XYZ29.9339.3647.09-
YUV157.1138.6687.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.00%
GREEN value IS 182 (71.48% from 255) = 39.65%
BLUE value IS 176 (69.14% from 255) = 38.34%
R=22.00%
G=39.65%
B=38.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1011821760.4500.030.29175.5635.6855.49
Hex65B6B02D031Db02437
Octal1452662605503352604467
Binary110010110110110101100001011010111110110110000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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