#66BBAD

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

Shades of Tradewind #66BBAD

Tints of Tradewind #66BBAD

Color information

#66BBAD (or 0x66BBAD) is unknown color: approx Tradewind. HEX triplet: 66, BB and AD. RGB value is (102,187,173). Sum of RGB (Red+Green+Blue) = 102+187+173=462 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.08% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 187 - color contains mainly: green. Hex color #66BBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BBAD is #994452. Grayscale: #9F9F9F. Windows color (decimal): -10044499 or 11385702. OLE color: 11385702.

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

Color convert

RGB102187173-
CMYK0.4500.070.27
HSL170.12º38.46%56.67%-
HSV(B)170.12º45.45%73.33%-
XYZ30.7941.3845.9-
YUV159.99135.3486.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.08%
GREEN value IS 187 (73.44% from 255) = 40.48%
BLUE value IS 173 (67.97% from 255) = 37.45%
R=22.08%
G=40.48%
B=37.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021871730.4500.070.27170.1238.4656.67
Hex66BBAD2D071Baa2639
Octal1462732555507332524671
Binary1100110101110111010110110110101111101110101010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,187,173); }

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

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

 a { background-color: rgb(102,187,173); }

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

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

 span { border-color: rgb(102,187,173); }

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