#65BAAE

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

Shades of Tradewind #65BAAE

Tints of Tradewind #65BAAE

Color information

#65BAAE (or 0x65BAAE) is unknown color: approx Tradewind. HEX triplet: 65, BA and AE. RGB value is (101,186,174). Sum of RGB (Red+Green+Blue) = 101+186+174=461 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.91% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #65BAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BAAE is #9A4551. Grayscale: #9F9F9F. Windows color (decimal): -10110290 or 11450981. OLE color: 11450981.

HSL color Cylindrical-coordinate representation of color #65BAAE: hue angle of 171.53º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65BAAE is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB101186174-
CMYK0.4600.060.27
HSL171.53º38.12%56.27%-
HSV(B)171.53º45.7%72.94%-
XYZ30.5740.9446.34-
YUV159.22136.3486.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.91%
GREEN value IS 186 (73.05% from 255) = 40.35%
BLUE value IS 174 (68.36% from 255) = 37.74%
R=21.91%
G=40.35%
B=37.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1011861740.4600.060.27171.5338.1256.27
Hex65BAAE2E061Bac2638
Octal1452722565606332544670
Binary1100101101110101010111010111001101101110101100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,186,174); }

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

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

 a { background-color: rgb(101,186,174); }

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

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

 span { border-color: rgb(101,186,174); }

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