#64BEB4

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

Shades of Tradewind #64BEB4

Tints of Tradewind #64BEB4

Color information

#64BEB4 (or 0x64BEB4) is unknown color: approx Tradewind. HEX triplet: 64, BE and B4. RGB value is (100,190,180). Sum of RGB (Red+Green+Blue) = 100+190+180=470 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.28% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 180 (70.70% from 255 or 38.30% from 470); Max value from RGB is 190 - color contains mainly: green. Hex color #64BEB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BEB4 is #9B414B. Grayscale: #A1A1A1. Windows color (decimal): -10174796 or 11845220. OLE color: 11845220.

HSL color Cylindrical-coordinate representation of color #64BEB4: hue angle of 173.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BEB4 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB100190180-
CMYK0.4700.050.25
HSL173.33º40.91%56.86%-
HSV(B)173.33º47.37%74.51%-
XYZ31.9142.8349.77-
YUV161.95138.1883.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.28%
GREEN value IS 190 (74.61% from 255) = 40.43%
BLUE value IS 180 (70.70% from 255) = 38.30%
R=21.28%
G=40.43%
B=38.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001901800.4700.050.25173.3340.9156.86
Hex64BEB42F0519ad2939
Octal1442762645705312555171
Binary1100100101111101011010010111101011100110101101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,190,180); }

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

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

 a { background-color: rgb(100,190,180); }

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

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

 span { border-color: rgb(100,190,180); }

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