#64ADA1

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

Shades of Tradewind #64ADA1

Tints of Tradewind #64ADA1

Color information

#64ADA1 (or 0x64ADA1) is unknown color: approx Tradewind. HEX triplet: 64, AD and A1. RGB value is (100,173,161). Sum of RGB (Red+Green+Blue) = 100+173+161=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 173 - color contains mainly: green. Hex color #64ADA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64ADA1 is #9B525E. Grayscale: #959595. Windows color (decimal): -10179167 or 10595684. OLE color: 10595684.

HSL color Cylindrical-coordinate representation of color #64ADA1: hue angle of 170.14º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64ADA1 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB100173161-
CMYK0.4200.070.32
HSL170.14º30.8%53.53%-
HSV(B)170.14º42.2%67.84%-
XYZ26.6335.1739.1-
YUV149.8134.3292.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.04%
GREEN value IS 173 (67.97% from 255) = 39.86%
BLUE value IS 161 (63.28% from 255) = 37.10%
R=23.04%
G=39.86%
B=37.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001731610.4200.070.32170.1430.853.53
Hex64ADA12A0720aa1f36
Octal1442552415207402523766
Binary1100100101011011010000110101001111000001010101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ADA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64ADA1; }

 p { color: rgb(100,173,161); }

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

<style>
 a { background-color: #64ADA1; }

 a { background-color: rgb(100,173,161); }

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

<style>
 span { border-color: #64ADA1; }

 span { border-color: rgb(100,173,161); }

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