#66D7BF

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

Shades of Downy #66D7BF

Tints of Downy #66D7BF

Color information

#66D7BF (or 0x66D7BF) is unknown color: approx Downy. HEX triplet: 66, D7 and BF. RGB value is (102,215,191). Sum of RGB (Red+Green+Blue) = 102+215+191=508 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.08% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 215 - color contains mainly: green. Hex color #66D7BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D7BF is #992840. Grayscale: #B2B2B2. Windows color (decimal): -10037313 or 12572518. OLE color: 12572518.

HSL color Cylindrical-coordinate representation of color #66D7BF: hue angle of 167.26º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D7BF is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB102215191-
CMYK0.5300.110.16
HSL167.26º58.55%62.16%-
HSV(B)167.26º52.56%84.31%-
XYZ39.1855.1957.88-
YUV178.48135.0673.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.08%
GREEN value IS 215 (84.38% from 255) = 42.32%
BLUE value IS 191 (75% from 255) = 37.60%
R=20.08%
G=42.32%
B=37.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1022151910.5300.110.16167.2658.5562.16
Hex66D7BF350B10a73b3e
Octal14632727765013202477376
Binary11001101101011110111111110101010111000010100111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,215,191); }

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

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

 a { background-color: rgb(102,215,191); }

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

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

 span { border-color: rgb(102,215,191); }

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