#66DAC1

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

Shades of Downy #66DAC1

Tints of Downy #66DAC1

Color information

#66DAC1 (or 0x66DAC1) is unknown color: approx Downy. HEX triplet: 66, DA and C1. RGB value is (102,218,193). Sum of RGB (Red+Green+Blue) = 102+218+193=513 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.88% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #66DAC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DAC1 is #99253E. Grayscale: #B4B4B4. Windows color (decimal): -10036543 or 12704358. OLE color: 12704358.

HSL color Cylindrical-coordinate representation of color #66DAC1: hue angle of 167.07º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66DAC1 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB102218193-
CMYK0.5300.110.15
HSL167.07º61.05%62.75%-
HSV(B)167.07º53.21%85.49%-
XYZ40.1856.8259.3-
YUV180.47135.0772.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.88%
GREEN value IS 218 (85.55% from 255) = 42.50%
BLUE value IS 193 (75.78% from 255) = 37.62%
R=19.88%
G=42.50%
B=37.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022181930.5300.110.15167.0761.0562.75
Hex66DAC1350BFa73d3f
Octal14633230165013172477577
Binary1100110110110101100000111010101011111110100111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,218,193); }

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

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

 a { background-color: rgb(102,218,193); }

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

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

 span { border-color: rgb(102,218,193); }

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