#65B8AE

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

Shades of Tradewind #65B8AE

Tints of Tradewind #65B8AE

Color information

#65B8AE (or 0x65B8AE) is unknown color: approx Tradewind. HEX triplet: 65, B8 and AE. RGB value is (101,184,174). Sum of RGB (Red+Green+Blue) = 101+184+174=459 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.00% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 184 - color contains mainly: green. Hex color #65B8AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65B8AE is #9A4751. Grayscale: #9E9E9E. Windows color (decimal): -10110802 or 11450469. OLE color: 11450469.

HSL color Cylindrical-coordinate representation of color #65B8AE: hue angle of 172.77º 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 #65B8AE is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB101184174-
CMYK0.4500.050.28
HSL172.77º36.89%55.88%-
HSV(B)172.77º45.11%72.16%-
XYZ30.1540.146.2-
YUV158.0413787.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.00%
GREEN value IS 184 (72.27% from 255) = 40.09%
BLUE value IS 174 (68.36% from 255) = 37.91%
R=22.00%
G=40.09%
B=37.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1011841740.4500.050.28172.7736.8955.88
Hex65B8AE2D051Cad2538
Octal1452702565505342554570
Binary1100101101110001010111010110101011110010101101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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