#66BCB3

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

Shades of Tradewind #66BCB3

Tints of Tradewind #66BCB3

Color information

#66BCB3 (or 0x66BCB3) is unknown color: approx Tradewind. HEX triplet: 66, BC and B3. RGB value is (102,188,179). Sum of RGB (Red+Green+Blue) = 102+188+179=469 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.75% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 188 - color contains mainly: green. Hex color #66BCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BCB3 is #99434C. Grayscale: #A1A1A1. Windows color (decimal): -10044237 or 11779174. OLE color: 11779174.

HSL color Cylindrical-coordinate representation of color #66BCB3: hue angle of 173.72º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BCB3 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB102188179-
CMYK0.4600.050.26
HSL173.72º39.09%56.86%-
HSV(B)173.72º45.74%73.73%-
XYZ31.642.0549.1-
YUV161.26138.0185.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.75%
GREEN value IS 188 (73.83% from 255) = 40.09%
BLUE value IS 179 (70.31% from 255) = 38.17%
R=21.75%
G=40.09%
B=38.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021881790.4600.050.26173.7239.0956.86
Hex66BCB32E051Aae2739
Octal1462742635605322564771
Binary1100110101111001011001110111001011101010101110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66BCB3; }

 p { color: rgb(102,188,179); }

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

<style>
 a { background-color: #66BCB3; }

 a { background-color: rgb(102,188,179); }

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

<style>
 span { border-color: #66BCB3; }

 span { border-color: rgb(102,188,179); }

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