#66B9AF

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

Shades of Tradewind #66B9AF

Tints of Tradewind #66B9AF

Color information

#66B9AF (or 0x66B9AF) is unknown color: approx Tradewind. HEX triplet: 66, B9 and AF. RGB value is (102,185,175). Sum of RGB (Red+Green+Blue) = 102+185+175=462 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.08% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 185 - color contains mainly: green. Hex color #66B9AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B9AF is #994650. Grayscale: #9F9F9F. Windows color (decimal): -10045009 or 11516262. OLE color: 11516262.

HSL color Cylindrical-coordinate representation of color #66B9AF: hue angle of 172.77º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66B9AF is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB102185175-
CMYK0.4500.050.27
HSL172.77º37.22%56.27%-
HSV(B)172.77º44.86%72.55%-
XYZ30.5740.6246.79-
YUV159.0413787.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.08%
GREEN value IS 185 (72.66% from 255) = 40.04%
BLUE value IS 175 (68.75% from 255) = 37.88%
R=22.08%
G=40.04%
B=37.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021851750.4500.050.27172.7737.2256.27
Hex66B9AF2D051Bad2538
Octal1462712575505332554570
Binary1100110101110011010111110110101011101110101101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,185,175); }

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

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

 a { background-color: rgb(102,185,175); }

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

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

 span { border-color: rgb(102,185,175); }

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