#66ACA8

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

Shades of Tradewind #66ACA8

Tints of Tradewind #66ACA8

Color information

#66ACA8 (or 0x66ACA8) is unknown color: approx Tradewind. HEX triplet: 66, AC and A8. RGB value is (102,172,168). Sum of RGB (Red+Green+Blue) = 102+172+168=442 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.08% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 172 - color contains mainly: green. Hex color #66ACA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66ACA8 is #995357. Grayscale: #969696. Windows color (decimal): -10048344 or 11054182. OLE color: 11054182.

HSL color Cylindrical-coordinate representation of color #66ACA8: hue angle of 176.57º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66ACA8 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB102172168-
CMYK0.4100.020.33
HSL176.57º29.66%53.73%-
HSV(B)176.57º40.7%67.45%-
XYZ27.335.1642.39-
YUV150.61137.8193.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.08%
GREEN value IS 172 (67.58% from 255) = 38.91%
BLUE value IS 168 (66.02% from 255) = 38.01%
R=23.08%
G=38.91%
B=38.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021721680.4100.020.33176.5729.6653.73
Hex66ACA8290221b11e36
Octal1462542505102412613666
Binary110011010101100101010001010010101000011011000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,172,168); }

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

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

 a { background-color: rgb(102,172,168); }

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

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

 span { border-color: rgb(102,172,168); }

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