#64BCB1

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

Shades of Tradewind #64BCB1

Tints of Tradewind #64BCB1

Color information

#64BCB1 (or 0x64BCB1) is unknown color: approx Tradewind. HEX triplet: 64, BC and B1. RGB value is (100,188,177). Sum of RGB (Red+Green+Blue) = 100+188+177=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 177 (69.53% from 255 or 38.06% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #64BCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BCB1 is #9B434E. Grayscale: #A0A0A0. Windows color (decimal): -10175311 or 11648100. OLE color: 11648100.

HSL color Cylindrical-coordinate representation of color #64BCB1: hue angle of 172.5º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BCB1 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB100188177-
CMYK0.4700.060.26
HSL172.5º39.64%56.47%-
HSV(B)172.5º46.81%73.73%-
XYZ31.1741.8548.03-
YUV160.43137.3584.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.51%
GREEN value IS 188 (73.83% from 255) = 40.43%
BLUE value IS 177 (69.53% from 255) = 38.06%
R=21.51%
G=40.43%
B=38.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1001881770.4700.060.26172.539.6456.47
Hex64BCB12F061Aac2838
Octal1442742615706322545070
Binary1100100101111001011000110111101101101010101100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,188,177); }

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

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

 a { background-color: rgb(100,188,177); }

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

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

 span { border-color: rgb(100,188,177); }

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