#66BBB0

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

Shades of Tradewind #66BBB0

Tints of Tradewind #66BBB0

Color information

#66BBB0 (or 0x66BBB0) is unknown color: approx Tradewind. HEX triplet: 66, BB and B0. RGB value is (102,187,176). Sum of RGB (Red+Green+Blue) = 102+187+176=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 187 - color contains mainly: green. Hex color #66BBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BBB0 is #99444F. Grayscale: #A0A0A0. Windows color (decimal): -10044496 or 11582310. OLE color: 11582310.

HSL color Cylindrical-coordinate representation of color #66BBB0: hue angle of 172.24º 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 #66BBB0 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB102187176-
CMYK0.4500.060.27
HSL172.24º38.46%56.67%-
HSV(B)172.24º45.45%73.33%-
XYZ31.0941.547.45-
YUV160.33136.8486.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.94%
GREEN value IS 187 (73.44% from 255) = 40.22%
BLUE value IS 176 (69.14% from 255) = 37.85%
R=21.94%
G=40.22%
B=37.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021871760.4500.060.27172.2438.4656.67
Hex66BBB02D061Bac2639
Octal1462732605506332544671
Binary1100110101110111011000010110101101101110101100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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