#64BBB0

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

Shades of Tradewind #64BBB0

Tints of Tradewind #64BBB0

Color information

#64BBB0 (or 0x64BBB0) is unknown color: approx Tradewind. HEX triplet: 64, BB and B0. RGB value is (100,187,176). Sum of RGB (Red+Green+Blue) = 100+187+176=463 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.60% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 176 (69.14% from 255 or 38.01% from 463); Max value from RGB is 187 - color contains mainly: green. Hex color #64BBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BBB0 is #9B444F. Grayscale: #9F9F9F. Windows color (decimal): -10175568 or 11582308. OLE color: 11582308.

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

Color convert

RGB100187176-
CMYK0.4700.060.27
HSL172.41º39.01%56.27%-
HSV(B)172.41º46.52%73.33%-
XYZ30.8641.3847.44-
YUV159.73137.1885.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.60%
GREEN value IS 187 (73.44% from 255) = 40.39%
BLUE value IS 176 (69.14% from 255) = 38.01%
R=21.60%
G=40.39%
B=38.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001871760.4700.060.27172.4139.0156.27
Hex64BBB02F061Bac2738
Octal1442732605706332544770
Binary1100100101110111011000010111101101101110101100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,187,176); }

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

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

 a { background-color: rgb(100,187,176); }

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

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

 span { border-color: rgb(100,187,176); }

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