#65B8AA

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

Shades of Tradewind #65B8AA

Tints of Tradewind #65B8AA

Color information

#65B8AA (or 0x65B8AA) is unknown color: approx Tradewind. HEX triplet: 65, B8 and AA. RGB value is (101,184,170). Sum of RGB (Red+Green+Blue) = 101+184+170=455 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.20% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 184 - color contains mainly: green. Hex color #65B8AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65B8AA is #9A4755. Grayscale: #9D9D9D. Windows color (decimal): -10110806 or 11188325. OLE color: 11188325.

HSL color Cylindrical-coordinate representation of color #65B8AA: hue angle of 169.88º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65B8AA is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB101184170-
CMYK0.4500.080.28
HSL169.88º36.89%55.88%-
HSV(B)169.88º45.11%72.16%-
XYZ29.7639.9544.17-
YUV157.5913587.64-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.20%
GREEN value IS 184 (72.27% from 255) = 40.44%
BLUE value IS 170 (66.80% from 255) = 37.36%
R=22.20%
G=40.44%
B=37.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1011841700.4500.080.28169.8836.8955.88
Hex65B8AA2D081Caa2538
Octal14527025255010342524570
Binary11001011011100010101010101101010001110010101010100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,184,170); }

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

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

 a { background-color: rgb(101,184,170); }

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

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

 span { border-color: rgb(101,184,170); }

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