#66BEB3

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

Shades of Tradewind #66BEB3

Tints of Tradewind #66BEB3

Color information

#66BEB3 (or 0x66BEB3) is unknown color: approx Tradewind. HEX triplet: 66, BE and B3. RGB value is (102,190,179). Sum of RGB (Red+Green+Blue) = 102+190+179=471 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.66% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #66BEB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BEB3 is #99414C. Grayscale: #A2A2A2. Windows color (decimal): -10043725 or 11779686. OLE color: 11779686.

HSL color Cylindrical-coordinate representation of color #66BEB3: hue angle of 172.5º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BEB3 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB102190179-
CMYK0.4600.060.25
HSL172.5º40.37%57.25%-
HSV(B)172.5º46.32%74.51%-
XYZ32.0342.9149.24-
YUV162.43137.3584.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.66%
GREEN value IS 190 (74.61% from 255) = 40.34%
BLUE value IS 179 (70.31% from 255) = 38.00%
R=21.66%
G=40.34%
B=38.00%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021901790.4600.060.25172.540.3757.25
Hex66BEB32E0619ac2839
Octal1462762635606312545071
Binary1100110101111101011001110111001101100110101100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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